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.2 by pcg, Sun Mar 23 14:47:39 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: %.pod
41 pod2man -r $(VERSION) -s 5 -c "Virtual Private Ethernet" $< >$@
42
43%.8: %.pod
44 pod2man -r $(VERSION) -s 8 -c "Virtual Private Ethernet" $< >$@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines