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.3 by pcg, Sun Mar 23 14:58:21 2003 UTC vs.
Revision 1.6 by pcg, Fri Mar 28 19:55:05 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: %.pod 40%.5: %.5.pod Makefile.maint
41 pod2man -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: %.pod 43%.8: %.8.pod Makefile.maint
44 pod2man -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
46vpe.texi: vpe.texi.in
47 ./pod2texi <vpe.texi.in >vpe.texi
45 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