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