From: Kay Sievers Date: Wed, 29 Feb 2012 21:32:50 +0000 (+0100) Subject: man: fix systemd.special build failure X-Git-Tag: v44~75 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d4c0a2e19b225cccad633d69e540bb694241ed;p=systemd man: fix systemd.special build failure --- diff --git a/Makefile.am b/Makefile.am index ab5000b6..fc8b20c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -672,6 +672,7 @@ MANPAGES = \ man/systemd.device.5 \ man/systemd.snapshot.5 \ man/systemd.exec.5 \ + man/systemd.special.7 \ man/daemon.7 \ man/runlevel.8 \ man/telinit.8 \ @@ -704,9 +705,6 @@ dist_man_MANS = \ $(MANPAGES) \ $(MANPAGES_ALIAS) -nodist_man_MANS = \ - man/systemd.special.7 - XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}