ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/Makefile.am
Revision: 1.10
Committed: Sat Jan 22 17:39:07 2005 UTC (19 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.9: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 ## Process this file with automake to get Makefile.in
2    
3 pcg 1.9 info_TEXINFOS = gvpe.texi
4 pcg 1.1
5 pcg 1.9 man_MANS = gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
6 pcg 1.1
7     PERL = @PERL@
8 pcg 1.9 MAINTAINERCLEANFILES = gvpe.texi gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5
9 pcg 1.1
10 pcg 1.9 EXTRA_DIST = $(man_MANS) gvpe.texi \
11 pcg 1.4 Makefile.maint GNUmakefile Makefile.summ \
12 pcg 1.10 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 pcg 1.9 complex-example/README complex-example/if-up complex-example/node-up complex-example/gvpe.conf
14 pcg 1.7
15 pcg 1.1
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 pcg 1.6