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.5 by pcg, Fri Mar 28 18:19:14 2003 UTC vs.
Revision 1.6 by pcg, Fri Mar 28 19:55:05 2003 UTC

41 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s5 -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 Makefile.maint 43%.8: %.8.pod Makefile.maint
44 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s8 -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
46vpe.texi: vpe.texi.in
47 ./pod2texi <vpe.texi.in >vpe.texi
48
46../README: vpe.pod 49../README: vpe.pod
47 pod2text -q\\\" -a vpe.pod >../README 50 pod2text -q\\\" -a vpe.pod >../README
48 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines