--- gvpe/doc/Makefile.am 2003/03/23 14:47:39 1.2 +++ gvpe/doc/Makefile.am 2004/06/11 15:56:11 1.9 @@ -1,19 +1,17 @@ ## Process this file with automake to get Makefile.in -# commented out, no use to distribute yet -#info_TEXINFOS = vpe.texi +info_TEXINFOS = gvpe.texi -dyn_MANS = -man_aux = $(dyn_MANS:.8=.x) - -man_MANS = vpe.8 vped.8 vpectrl.8 vped.conf.5 $(dyn_MANS) +man_MANS = gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5 PERL = @PERL@ -HELP2MAN = help2man -MAINTAINERCLEANFILES = $(dyn_MANS) +MAINTAINERCLEANFILES = gvpe.texi gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5 + +EXTRA_DIST = $(man_MANS) gvpe.texi \ + Makefile.maint GNUmakefile Makefile.summ \ + gvpe.texi.in gvpe.5.pod gvpe.8.pod gvpectrl.8.pod gvpe.conf.5.pod gvpe.protocol.7.pod gvpe.osdep.5.pod \ + complex-example/README complex-example/if-up complex-example/node-up complex-example/gvpe.conf -EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \ - Makefile.maint GNUmakefile Makefile.summ vped.conf.pod # Use `ginstall' in the definition of man_MANS to avoid # confusion with the `install' target. The install rule transforms `ginstall' @@ -22,3 +20,4 @@ # For additional rules usually of interest only to the maintainer, # see GNUmakefile and Makefile.maint. +