ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/Makefile.am
Revision: 1.3
Committed: Fri Mar 28 18:14:57 2003 UTC (21 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.2: +1 -4 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     # commented out, no use to distribute yet
4 pcg 1.2 #info_TEXINFOS = vpe.texi
5 pcg 1.1
6 pcg 1.3 man_MANS = vpe.5 vped.8 vpectrl.8 vped.conf.5 $(dyn_MANS)
7 pcg 1.1
8     PERL = @PERL@
9     HELP2MAN = help2man
10     MAINTAINERCLEANFILES = $(dyn_MANS)
11    
12     EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
13 pcg 1.2 Makefile.maint GNUmakefile Makefile.summ vped.conf.pod
14 pcg 1.1
15     # Use `ginstall' in the definition of man_MANS to avoid
16     # confusion with the `install' target. The install rule transforms `ginstall'
17     # to install before applying any user-specified name transformations.
18     transform = s/ginstall/install/; @program_transform_name@
19    
20     # For additional rules usually of interest only to the maintainer,
21     # see GNUmakefile and Makefile.maint.