--- gvpe/doc/Makefile.maint 2003/03/01 15:53:02 1.1 +++ gvpe/doc/Makefile.maint 2003/03/23 14:47:39 1.2 @@ -36,3 +36,9 @@ 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" $< >$@ + +%.8: %.pod + pod2man -r $(VERSION) -s 8 -c "Virtual Private Ethernet" $< >$@