--- gvpe/doc/Makefile.maint 2003/03/23 14:47:39 1.2 +++ gvpe/doc/Makefile.maint 2003/03/28 18:14:57 1.4 @@ -37,8 +37,12 @@ sample-config.tar.gz: GZIP=$(GZIP_ENV) $(AMTAR) chozf sample-config.tar.gz sample-config -%.5: %.pod - pod2man -r $(VERSION) -s 5 -c "Virtual Private Ethernet" $< >$@ +%.5: %.5.pod + pod2man -qnone -r $(VERSION) -s 5 -c "Virtual Private Ethernet" $< >$@ + +%.8: %.8.pod + pod2man -qnone -r $(VERSION) -s 8 -c "Virtual Private Ethernet" $< >$@ + +../README: vpe.pod + pod2text -q\\\" -a vpe.pod >../README -%.8: %.pod - pod2man -r $(VERSION) -s 8 -c "Virtual Private Ethernet" $< >$@