--- gvpe/doc/Makefile.am 2003/03/28 18:14:57 1.3 +++ gvpe/doc/Makefile.am 2003/10/16 21:57:54 1.8 @@ -1,16 +1,18 @@ ## Process this file with automake to get Makefile.in # commented out, no use to distribute yet -#info_TEXINFOS = vpe.texi +info_TEXINFOS = vpe.texi -man_MANS = vpe.5 vped.8 vpectrl.8 vped.conf.5 $(dyn_MANS) +man_MANS = vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7 vpe.osdep.5 PERL = @PERL@ -HELP2MAN = help2man -MAINTAINERCLEANFILES = $(dyn_MANS) +MAINTAINERCLEANFILES = vpe.texi vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7 vpe.osdep.5 + +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 vpe.protocol.7.pod vpe.osdep.5.pod \ + complex-example/README complex-example/if-up complex-example/node-up complex-example/vped.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' @@ -19,3 +21,4 @@ # For additional rules usually of interest only to the maintainer, # see GNUmakefile and Makefile.maint. +