--- gvpe/doc/Makefile.am 2003/03/28 19:55:05 1.4 +++ gvpe/doc/Makefile.am 2003/10/16 21:57:54 1.8 @@ -3,15 +3,16 @@ # commented out, no use to distribute yet info_TEXINFOS = vpe.texi -man_MANS = vpe.5 vped.8 vpectrl.8 vped.conf.5 +man_MANS = vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7 vpe.osdep.5 PERL = @PERL@ -HELP2MAN = help2man -MAINTAINERCLEANFILES = vpe.texi vpe.5 vped.8 vpectrl.8 vped.conf.5 +MAINTAINERCLEANFILES = vpe.texi vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7 vpe.osdep.5 -EXTRA_DIST = $(man_MANS) vpe.texi $(HELP2MAN) \ +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.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 + # Use `ginstall' in the definition of man_MANS to avoid # confusion with the `install' target. The install rule transforms `ginstall' @@ -20,3 +21,4 @@ # For additional rules usually of interest only to the maintainer, # see GNUmakefile and Makefile.maint. +