From b4f14a29f6d1fc0eea19171c61cab109ceda9d81 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sun, 23 Nov 2003 15:09:41 +0000 Subject: [PATCH] re-add the disting of the docs. more fixes to come Original commit message from CVS: re-add the disting of the docs. more fixes to come --- docs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index f883a3b3ff..9ff0084371 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -12,14 +12,14 @@ SUBDIRS_DOCS = endif SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS) -DIST_SUBDIRS = gst libs plugins xsl +DIST_SUBDIRS = gst faq manual pwg libs plugins xsl EXTRA_DIST = \ slides manuals.mak htmlinstall.mak \ image-png image-pdf image-eps version.entities.in upload: - @for a in pwg; do cd $$a; make upload; cd ..; done + @for a in manual faq pwg; do cd $$a; make upload; cd ..; done dist-hook: $(RM) -rf $(distdir)/random/CVS