diff options
-rw-r--r-- | docs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index f883a3b3f..9ff008437 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 |