[systemd-commits] Makefile.am

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Wed Jun 12 10:41:21 PDT 2013


 Makefile.am |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 330fe879ba128467a223285302bf746851ddb957
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Wed Jun 12 13:40:54 2013 -0400

    build-sys: add 'man' target
    
    Useful when working just on the documentation.

diff --git a/Makefile.am b/Makefile.am
index 3219762..a74c19d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -511,6 +511,9 @@ MANPAGES_ALIAS =
 
 include Makefile-man.am
 
+.PHONY: man
+man: $(MANPAGES) $(MANPAGES_ALIAS) $(HTML_FILES) $(HTML_ALIAS)
+
 XML_FILES = \
 	${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
 HTML_FILES = \



More information about the systemd-commits mailing list