From 79d4c0a2e19b225cccad633d69e540bb694241ed Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 29 Feb 2012 22:32:50 +0100 Subject: [PATCH] man: fix systemd.special build failure --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)}}}}} -- 2.39.5