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.7 by pcg, Fri Mar 28 20:30:54 2003 UTC vs.
Revision 1.8 by pcg, Tue Apr 15 04:32:34 2003 UTC

19executable = $(patsubst %/install,%/ginstall, ../src/$(basename $@)) 19executable = $(patsubst %/install,%/ginstall, ../src/$(basename $@))
20 20
21%.5: %.5.pod Makefile.maint 21%.5: %.5.pod Makefile.maint
22 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s5 -c "Virtual Private Ethernet" $< >$@ 22 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s5 -c "Virtual Private Ethernet" $< >$@
23 23
24%.7: %.7.pod Makefile.maint
25 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s7 -c "Virtual Private Ethernet" $< >$@
26
24%.8: %.8.pod Makefile.maint 27%.8: %.8.pod Makefile.maint
25 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s8 -c "Virtual Private Ethernet" $< >$@ 28 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s8 -c "Virtual Private Ethernet" $< >$@
26 29
27vpe.texi: vpe.texi.in 30vpe.texi: vpe.texi.in
28 ./pod2texi <vpe.texi.in >vpe.texi 31 ./pod2texi <vpe.texi.in >vpe.texi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines