| 1 |
## Process this file with automake to get Makefile.in |
| 2 |
|
| 3 |
info_TEXINFOS = gvpe.texi |
| 4 |
|
| 5 |
man_MANS = gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5 |
| 6 |
|
| 7 |
PERL = @PERL@ |
| 8 |
MAINTAINERCLEANFILES = gvpe.texi gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5 |
| 9 |
|
| 10 |
EXTRA_DIST = $(man_MANS) gvpe.texi \ |
| 11 |
Makefile.maint pod2texi \ |
| 12 |
gvpe.texi.pod gvpe.5.pod gvpe.8.pod gvpectrl.8.pod gvpe.conf.5.pod gvpe.protocol.7.pod gvpe.osdep.5.pod \ |
| 13 |
complex-example/README complex-example/if-up complex-example/node-up complex-example/gvpe.conf |
| 14 |
|
| 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. |
| 23 |
|