chiark / gitweb /
pam: make sure we don't assign colliding session ids if we get our session ids from...
[elogind.git] / Makefile.am
index 0f9ef8eabc5bc8d28d5a17b68098c77a6783c969..e41ba48e24d7d08861f801f40b2dfd63126a4964 100644 (file)
@@ -313,7 +313,9 @@ dist_man_MANS = \
        man/sd_booted.3 \
        man/sd_listen_fds.3 \
        man/sd_is_fifo.3 \
-       man/sd-daemon.7
+       man/sd-daemon.7 \
+       man/runlevel.8 \
+       man/systemd-install.1
 
 nodist_man_MANS = \
        man/systemd.special.7
@@ -327,7 +329,9 @@ dist_noinst_DATA = \
        man/sd_booted.html \
        man/sd_listen_fds.html \
        man/sd_is_fifo.html \
-       man/sd-daemon.html
+       man/sd-daemon.html \
+       man/runlevel.html \
+       man/systemd-install.html
 
 nodist_noinst_DATA = \
        man/systemd.special.html
@@ -344,7 +348,9 @@ EXTRA_DIST += \
        man/sd_booted.xml \
        man/sd_listen_fds.xml \
        man/sd_is_fifo.xml \
-       man/sd-daemon.xml
+       man/sd-daemon.xml \
+       man/runlevel.xml \
+       man/systemd-install.xml
 
 systemd_SOURCES = \
        src/main.c
@@ -570,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
@@ -594,6 +604,12 @@ man/%.3: man/%.xml
 man/%.3.in: man/%.xml.in
        $(XSLTPROC_PROCESS_MAN)
 
+man/%.1: man/%.xml
+       $(XSLTPROC_PROCESS_MAN)
+
+man/%.1.in: man/%.xml.in
+       $(XSLTPROC_PROCESS_MAN)
+
 man/%.5: man/%.xml
        $(XSLTPROC_PROCESS_MAN)
 
@@ -623,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