ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/Makefile.maint
(Generate patch)

Comparing gvpe/doc/Makefile.maint (file contents):
Revision 1.4 by pcg, Fri Mar 28 18:14:57 2003 UTC vs.
Revision 1.5 by pcg, Fri Mar 28 18:19:14 2003 UTC

35 fi 35 fi
36 36
37sample-config.tar.gz: 37sample-config.tar.gz:
38 GZIP=$(GZIP_ENV) $(AMTAR) chozf sample-config.tar.gz sample-config 38 GZIP=$(GZIP_ENV) $(AMTAR) chozf sample-config.tar.gz sample-config
39 39
40%.5: %.5.pod 40%.5: %.5.pod Makefile.maint
41 pod2man -qnone -r $(VERSION) -s 5 -c "Virtual Private Ethernet" $< >$@ 41 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s5 -c "Virtual Private Ethernet" $< >$@
42 42
43%.8: %.8.pod 43%.8: %.8.pod Makefile.maint
44 pod2man -qnone -r $(VERSION) -s 8 -c "Virtual Private Ethernet" $< >$@ 44 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s8 -c "Virtual Private Ethernet" $< >$@
45 45
46../README: vpe.pod 46../README: vpe.pod
47 pod2text -q\\\" -a vpe.pod >../README 47 pod2text -q\\\" -a vpe.pod >../README
48 48

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines