32
32
$(LANGUAGE) $(GNUTLS_CFLAGS) $(AVAHI_CFLAGS) $(GPGME_CFLAGS)
37
36
--param man.charmap.use.subset 0 \
38
37
--param make.year.ranges 1 \
39
38
--param make.single.year.ranges 1 \
40
39
--param man.output.quietly 1 \
41
40
--param man.authors.section.enabled 0 \
45
42
# DocBook-to-man post-processing to fix a \n escape bug
46
MANPOST=sed --in-place --expression='s,\\\\en,\\en,g;s,\\n,\\en,g'
43
MANPOST=sed --in-place --expression='s,\\en,\en,g;s,\\een,\\en,g'
48
45
PLUGINS=plugins.d/password-prompt plugins.d/password-request
49
46
PROGS=plugin-runner $(PLUGINS)