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.9 by pcg, Fri Jun 11 15:56:11 2004 UTC vs.
Revision 1.12 by pcg, Fri Feb 25 00:45:21 2005 UTC

3 3
4# The following one line summaries were extracted from the 4# The following one line summaries were extracted from the
5# original man pages using this bit of sh code: 5# original man pages using this bit of sh code:
6# for i in *.1; do echo "$i: "|tr -d '\012'; \ 6# for i in *.1; do echo "$i: "|tr -d '\012'; \
7# grep -A1 SH.NAME $i|sed '/SH NAME/d;s/^[^ ][^ ]* .- //'; done 7# grep -A1 SH.NAME $i|sed '/SH NAME/d;s/^[^ ][^ ]* .- //'; done
8
9include Makefile.summ
10 8
11# Depend on configure.in to get version number changes. 9# Depend on configure.in to get version number changes.
12$(dyn_MANS): $(top_srcdir)/configure.in 10$(dyn_MANS): $(top_srcdir)/configure.in
13 11
14# Depend on the source file containing the --help text. 12# Depend on the source file containing the --help text.
25 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s7 -c "GNU Virtual Private Ethernet" $< >$@ 23 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s7 -c "GNU Virtual Private Ethernet" $< >$@
26 24
27%.8: %.8.pod Makefile.maint 25%.8: %.8.pod Makefile.maint
28 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s8 -c "GNU Virtual Private Ethernet" $< >$@ 26 pod2man -n$(shell perl -e '$$ARGV[0] =~ s/\.\d$$//; print uc $$ARGV[0]' $@) -qnone -r$(VERSION) -s8 -c "GNU Virtual Private Ethernet" $< >$@
29 27
30gvpe.texi: gvpe.texi.in 28gvpe.texi: gvpe.texi.pod pod2texi
31 ./pod2texi <gvpe.texi.in >gvpe.texi 29 ./pod2texi <gvpe.texi.pod >gvpe.texi
32 30
33../README: gvpe.5.pod 31../README: gvpe.5.pod
34 pod2text -q\\\" -a gvpe.5.pod >../README 32 pod2text -q\\\" -a gvpe.5.pod >../README
35 33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines