ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/Makefile.am
(Generate patch)

Comparing gvpe/doc/Makefile.am (file contents):
Revision 1.1 by pcg, Sat Mar 1 15:53:02 2003 UTC vs.
Revision 1.9 by pcg, Fri Jun 11 15:56:11 2004 UTC

1## Process this file with automake to get Makefile.in 1## Process this file with automake to get Makefile.in
2 2
3# commented out, no use to distribute yet
4info_TEXINFOS = vpe.texi 3info_TEXINFOS = gvpe.texi
5 4
6dyn_MANS = 5man_MANS = gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
7man_aux = $(dyn_MANS:.8=.x)
8
9man_MANS = vped.8 vpectrl.8 vped.conf.5 $(dyn_MANS)
10 6
11PERL = @PERL@ 7PERL = @PERL@
12HELP2MAN = help2man 8MAINTAINERCLEANFILES = gvpe.texi gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
13MAINTAINERCLEANFILES = $(dyn_MANS)
14 9
15EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \ 10EXTRA_DIST = $(man_MANS) gvpe.texi \
16 Makefile.maint GNUmakefile Makefile.summ 11 Makefile.maint GNUmakefile Makefile.summ \
12 gvpe.texi.in gvpe.5.pod gvpe.8.pod gvpectrl.8.pod gvpe.conf.5.pod gvpe.protocol.7.pod gvpe.osdep.5.pod \
13 complex-example/README complex-example/if-up complex-example/node-up complex-example/gvpe.conf
14
17 15
18# Use `ginstall' in the definition of man_MANS to avoid 16# Use `ginstall' in the definition of man_MANS to avoid
19# confusion with the `install' target. The install rule transforms `ginstall' 17# confusion with the `install' target. The install rule transforms `ginstall'
20# to install before applying any user-specified name transformations. 18# to install before applying any user-specified name transformations.
21transform = s/ginstall/install/; @program_transform_name@ 19transform = s/ginstall/install/; @program_transform_name@
22 20
23# For additional rules usually of interest only to the maintainer, 21# For additional rules usually of interest only to the maintainer,
24# see GNUmakefile and Makefile.maint. 22# see GNUmakefile and Makefile.maint.
23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines