summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-28 12:16:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-28 12:16:51 +0000
commit1ad4c7a80473c712187d68ee4508687afb6df4be (patch)
tree0c98b28d66d540d80d81d2db63b87cf7356f99f7 /docs/Makefile.am
parentf2582fb3a2a27f8d4488fd250e1fb9a1604381cc (diff)
make upload work for both gtk-doc and docbook docs
Original commit message from CVS: make upload work for both gtk-doc and docbook docs
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 892624abef..81e545fc9d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -15,11 +15,11 @@ SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS)
DIST_SUBDIRS = gst faq manual pwg libs plugins xsl
EXTRA_DIST = \
- slides manuals.mak htmlinstall.mak \
+ slides manuals.mak htmlinstall.mak upload.mak \
image-png image-pdf image-eps version.entities.in
upload:
- @for a in manual faq pwg; do cd $$a; make upload; cd ..; done
+ @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi
dist-hook:
$(RM) -rf $(distdir)/random/CVS