ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/Makefile.am
Revision: 1.12
Committed: Sat Apr 16 19:39:23 2005 UTC (19 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-1_9, rel-2_01, rel-3_0, rel-2_2, rel-2_0, rel-2_21, rel-2_22, rel-2_25, HEAD
Changes since 1.11: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 ## Process this file with automake to get Makefile.in
2
3 info_TEXINFOS = gvpe.texi
4
5 man_MANS = gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
6
7 PERL = @PERL@
8 MAINTAINERCLEANFILES = gvpe.texi gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
9
10 EXTRA_DIST = $(man_MANS) gvpe.texi \
11 Makefile.maint pod2texi \
12 gvpe.texi.pod 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
15
16 # Use `ginstall' in the definition of man_MANS to avoid
17 # confusion with the `install' target. The install rule transforms `ginstall'
18 # to install before applying any user-specified name transformations.
19 transform = s/ginstall/install/; @program_transform_name@
20
21 # For additional rules usually of interest only to the maintainer,
22 # see GNUmakefile and Makefile.maint.
23