From 359957ee23e8dad97f6c75969d7ecfe4d3c4369f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 23 Jun 2010 01:49:57 +0200 Subject: man: document runlevel and systemd-install --- Makefile.am | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0f9ef8eabc..68b1bd14c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -594,6 +600,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) -- cgit v1.2.3-54-g00ecf