X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile-head.am;h=ebcd82a7cf5be6f324248412850fcb172af1d420;hb=0011af1dd6d783c35ae2485e14075417b807145d;hp=0634c6edfece468cbff4b7429abe311ff3e1f33f;hpb=6c32528dd8b84f0e2ec7bd2e4a12751fca9b6a3f;p=captive.git diff --git a/Makefile-head.am b/Makefile-head.am index 0634c6e..ebcd82a 100644 --- a/Makefile-head.am +++ b/Makefile-head.am @@ -133,3 +133,19 @@ 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