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.1 by pcg, Sat Mar 1 15:53:02 2003 UTC vs.
Revision 1.5 by pcg, Fri Mar 28 18:19:14 2003 UTC

34 echo " Retry once the corresponding executable is built."; \ 34 echo " Retry once the corresponding executable is built."; \
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
40%.5: %.5.pod Makefile.maint
41 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s5 -c "Virtual Private Ethernet" $< >$@
42
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" $< >$@
45
46../README: vpe.pod
47 pod2text -q\\\" -a vpe.pod >../README
48

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines