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