X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=e41ba48e24d7d08861f801f40b2dfd63126a4964;hb=2e225d657a9dd78cf647b754efa515cfd8c4db00;hp=68b1bd14c121e53b853f8cfc6d54129575bcc44a;hpb=359957ee23e8dad97f6c75969d7ecfe4d3c4369f;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 68b1bd14c..e41ba48e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -576,22 +576,26 @@ CLEANFILES += \ endif if HAVE_XSLTPROC +XSLTPROC_FLAGS = \ + --nonet \ + --param funcsynopsis.style "'ansi'" + XSLTPROC_PROCESS_MAN = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ - $(XSLTPROC) -o $@ --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< XSLTPROC_PROCESS_MAN_IN = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ - $(XSLTPROC) -o ${@:.in=} --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< && \ + $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< && \ mv ${@:.in=} $@ XSLTPROC_PROCESS_HTML = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ - $(XSLTPROC) -o $@ --nonet http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< + $(XSLTPROC) -o $@ $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< XSLTPROC_PROCESS_HTML_IN = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ - $(XSLTPROC) -o ${@:.in=} --nonet http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< && \ + $(XSLTPROC) -o ${@:.in=} $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $< && \ mv ${@:.in=} $@ man/%.3: man/%.xml @@ -635,7 +639,15 @@ CLEANFILES += \ man/systemd.special.7.in \ man/systemd.unit.html \ man/systemd.service.html \ - man/systemd.special.html.in + man/systemd.special.html.in \ + man/daemon.html \ + man/runlevel.html \ + man/sd_booted.html \ + man/sd-daemon.html \ + man/sd_is_fifo.html \ + man/sd_listen_fds.html \ + man/sd_notify.html \ + man/systemd.html endif org.freedesktop.systemd1.%.xml: systemd