+Christian Kristukat - betatesting
[captive.git] / Makefile-head.am
index 26b8463..ebcd82a 100644 (file)
@@ -46,6 +46,7 @@ DEFAULT_INCLUDES=
 INCLUDES=
 lib_LTLIBRARIES=
 pkginclude_HEADERS=
+bin_PROGRAMS=
 sbin_PROGRAMS=
 noinst_HEADERS=
 # Prevent: noinst_DATA was already defined in condition TRUE, which implies condition MAINTAINER_MODE_TRUE
@@ -126,9 +127,25 @@ endif
 # to get $(COMPILE) variable definition.
 MAINTAINERCLEANFILES+=.include_test_false.c
 BUILT_SOURCES+=.include_test_false.c
-if IS_FALSE
+if NEVER
 noinst_PROGRAMS=.include_test_false
 endif
 .include_test_false.c:
        @touch $@
 
+if HAVE_PERL
+%.pod: %.pod.pl
+       $(PERL) $< >$@
+
+endif
+if HAVE_POD2MAN
+%.1: %.pod
+       $(POD2MAN) --section=1 $< >$@
+
+%.7: %.pod
+       $(POD2MAN) --section=7 $< >$@
+
+%.8: %.pod
+       $(POD2MAN) --section=8 $< >$@
+
+endif