summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-01-15 22:42:53 +0000
committerLennart Poettering <lennart@poettering.net>2004-01-15 22:42:53 +0000
commitb10a7b6359c3ebcd878662253c3542f2b97701e3 (patch)
tree1efc1b6cd47f4d54f01212d979980c51f7c2e1df
parent405cf89f90fa3aed16b493eb04417c6f1cfc0038 (diff)
makefile change
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@81 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
-rw-r--r--man/Makefile.am11
1 files changed, 5 insertions, 6 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 0d39ef5..182f02a 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -34,17 +34,16 @@ ifstatus.8.xml: ifstatus.8.xml.in Makefile
sed -e 's,@sysconfdir\@,$(sysconfdir),g' -e 's,@sbindir\@,$(sbindir),g' -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@
if USE_XMLTOMAN
-
+
CLEANFILES += $(man_MANS)
-
+
ifplugd.8: ifplugd.8.xml Makefile
xmltoman $< > $@
-
+
ifplugd.conf.5: ifplugd.conf.5.xml Makefile
xmltoman $< > $@
-
+
ifstatus.8: ifstatus.8.xml Makefile
xmltoman $< > $@
-
+
endif
-