--- gvpe/doc/Makefile.am 2003/03/28 20:30:54 1.5 +++ gvpe/doc/Makefile.am 2005/04/16 19:39:23 1.12 @@ -1,16 +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 -man_MANS = vpe.5 vped.8 vpectrl.8 vped.conf.5 +man_MANS = gvpe.5 gvpe.8 gvpectrl.8 gvpe.conf.5 gvpe.protocol.7 gvpe.osdep.5 PERL = @PERL@ -MAINTAINERCLEANFILES = vpe.texi vpe.5 vped.8 vpectrl.8 vped.conf.5 +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 pod2texi \ + gvpe.texi.pod 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) vpe.texi \ - Makefile.maint GNUmakefile Makefile.summ \ - vpe.texi.in vpe.5.pod vped.8.pod vpectrl.8.pod vped.conf.5.pod # Use `ginstall' in the definition of man_MANS to avoid # confusion with the `install' target. The install rule transforms `ginstall' @@ -19,3 +20,4 @@ # For additional rules usually of interest only to the maintainer, # see GNUmakefile and Makefile.maint. +