ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/Makefile.am
Revision: 1.4
Committed: Fri Mar 28 19:55:05 2003 UTC (21 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.3: +6 -5 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 ## Process this file with automake to get Makefile.in
2
3 # commented out, no use to distribute yet
4 info_TEXINFOS = vpe.texi
5
6 man_MANS = vpe.5 vped.8 vpectrl.8 vped.conf.5
7
8 PERL = @PERL@
9 HELP2MAN = help2man
10 MAINTAINERCLEANFILES = vpe.texi vpe.5 vped.8 vpectrl.8 vped.conf.5
11
12 EXTRA_DIST = $(man_MANS) vpe.texi $(HELP2MAN) \
13 Makefile.maint GNUmakefile Makefile.summ \
14 vpe.texi.in vpe.5.pod vped.8.pod vpectrl.8.pod vped.conf.5.pod
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.