ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/Makefile.in
(Generate patch)

Comparing gvpe/doc/Makefile.in (file contents):
Revision 1.1 by pcg, Wed Oct 15 00:59:21 2003 UTC vs.
Revision 1.2 by pcg, Thu Oct 16 21:12:43 2003 UTC

160PERL = @PERL@ 160PERL = @PERL@
161MAINTAINERCLEANFILES = vpe.texi vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7 161MAINTAINERCLEANFILES = vpe.texi vpe.5 vped.8 vpectrl.8 vped.conf.5 vpe.protocol.7
162 162
163EXTRA_DIST = $(man_MANS) vpe.texi \ 163EXTRA_DIST = $(man_MANS) vpe.texi \
164 Makefile.maint GNUmakefile Makefile.summ \ 164 Makefile.maint GNUmakefile Makefile.summ \
165 vpe.texi.in vpe.5.pod vped.8.pod vpectrl.8.pod vped.conf.5.pod vpe.protocol.7.pod 165 vpe.texi.in vpe.5.pod vped.8.pod vpectrl.8.pod vped.conf.5.pod vpe.protocol.7.pod \
166 complex-example/README complex-example/if-up complex-example/node-up complex-example/vped.conf
166 167
167subdir = doc 168subdir = doc
168ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 169ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
169mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 170mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
170CONFIG_HEADER = $(top_builddir)/config.h 171CONFIG_HEADER = $(top_builddir)/config.h
409 410
410top_distdir = .. 411top_distdir = ..
411distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 412distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
412 413
413distdir: $(DISTFILES) 414distdir: $(DISTFILES)
415 $(mkinstalldirs) $(distdir)/complex-example
414 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 416 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
415 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 417 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
416 list='$(DISTFILES)'; for file in $$list; do \ 418 list='$(DISTFILES)'; for file in $$list; do \
417 case $$file in \ 419 case $$file in \
418 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 420 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines