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.8 by pcg, Tue Apr 15 04:32:34 2003 UTC vs.
Revision 1.9 by pcg, Fri Jun 11 15:56:11 2004 UTC

17$(regular-men): %.8: $(top_srcdir)/src/%.c 17$(regular-men): %.8: $(top_srcdir)/src/%.c
18 18
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 "GNU Virtual Private Ethernet" $< >$@
23 23
24%.7: %.7.pod Makefile.maint 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" $< >$@ 25 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s7 -c "GNU Virtual Private Ethernet" $< >$@
26 26
27%.8: %.8.pod Makefile.maint 27%.8: %.8.pod Makefile.maint
28 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 "GNU Virtual Private Ethernet" $< >$@
29 29
30vpe.texi: vpe.texi.in 30gvpe.texi: gvpe.texi.in
31 ./pod2texi <vpe.texi.in >vpe.texi 31 ./pod2texi <gvpe.texi.in >gvpe.texi
32 32
33../README: vpe.5.pod 33../README: gvpe.5.pod
34 pod2text -q\\\" -a vpe.5.pod >../README 34 pod2text -q\\\" -a gvpe.5.pod >../README
35 35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines