ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/Makefile.am
(Generate patch)

Comparing gvpe/doc/Makefile.am (file contents):
Revision 1.1 by pcg, Sat Mar 1 15:53:02 2003 UTC vs.
Revision 1.2 by pcg, Sun Mar 23 14:47:39 2003 UTC

1## Process this file with automake to get Makefile.in 1## Process this file with automake to get Makefile.in
2 2
3# commented out, no use to distribute yet 3# commented out, no use to distribute yet
4info_TEXINFOS = vpe.texi 4#info_TEXINFOS = vpe.texi
5 5
6dyn_MANS = 6dyn_MANS =
7man_aux = $(dyn_MANS:.8=.x) 7man_aux = $(dyn_MANS:.8=.x)
8 8
9man_MANS = vped.8 vpectrl.8 vped.conf.5 $(dyn_MANS) 9man_MANS = vpe.8 vped.8 vpectrl.8 vped.conf.5 $(dyn_MANS)
10 10
11PERL = @PERL@ 11PERL = @PERL@
12HELP2MAN = help2man 12HELP2MAN = help2man
13MAINTAINERCLEANFILES = $(dyn_MANS) 13MAINTAINERCLEANFILES = $(dyn_MANS)
14 14
15EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \ 15EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \
16 Makefile.maint GNUmakefile Makefile.summ 16 Makefile.maint GNUmakefile Makefile.summ vped.conf.pod
17 17
18# Use `ginstall' in the definition of man_MANS to avoid 18# Use `ginstall' in the definition of man_MANS to avoid
19# confusion with the `install' target. The install rule transforms `ginstall' 19# confusion with the `install' target. The install rule transforms `ginstall'
20# to install before applying any user-specified name transformations. 20# to install before applying any user-specified name transformations.
21transform = s/ginstall/install/; @program_transform_name@ 21transform = s/ginstall/install/; @program_transform_name@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines