diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-02-29 22:32:50 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-02-29 22:32:50 +0100 |
commit | 79d4c0a2e19b225cccad633d69e540bb694241ed (patch) | |
tree | ce1fe58706e5dce7c18279e095626e5b7a9093c5 /Makefile.am | |
parent | 4c80c73c2b804576b1de27e644c1da4dab2f9026 (diff) |
man: fix systemd.special build failure
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index ab5000b63f..fc8b20c2b4 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)}}}}} |