--- gvpe/doc/Makefile.maint 2003/03/28 20:30:54 1.7 +++ gvpe/doc/Makefile.maint 2003/04/15 04:32:34 1.8 @@ -21,6 +21,9 @@ %.5: %.5.pod Makefile.maint pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s5 -c "Virtual Private Ethernet" $< >$@ +%.7: %.7.pod Makefile.maint + pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s7 -c "Virtual Private Ethernet" $< >$@ + %.8: %.8.pod Makefile.maint pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s8 -c "Virtual Private Ethernet" $< >$@