ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/Makefile.am
Revision: 1.2
Committed: Sun Mar 23 14:47:39 2003 UTC (21 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.1: +3 -3 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 dyn_MANS =
7 man_aux = $(dyn_MANS:.8=.x)
8
9 man_MANS = vpe.8 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 vped.conf.pod
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.