clean up docs build a little; have docdir be an overridable install location; separat...
[platform/upstream/gstreamer.git] / docs / Makefile.am
1 if ENABLE_GTK_DOC
2 SUBDIRS_GTK_DOC = gst libs
3 else
4 SUBDIRS_GTK_DOC =
5 endif
6
7 if ENABLE_DOCBOOK
8 SUBDIRS_DOCBOOK = faq manual pwg
9 else
10 SUBDIRS_DOCBOOK =
11 endif
12
13 SUBDIRS = $(SUBDIRS_DOCBOOK) $(SUBDIRS_GTK_DOC)
14 DIST_SUBDIRS = gst faq manual pwg libs xsl
15
16 EXTRA_DIST = \
17         slides manuals.mak htmlinstall.mak upload.mak \
18         image-png image-pdf image-eps url.entities version.entities.in
19
20 upload:
21         @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi