2.0 beta init
[framework/multimedia/gstreamer0.10.git] / docs / Makefile.am
1 if ENABLE_DOCBOOK
2 SUBDIRS_DOCBOOK = faq manual pwg
3 else
4 SUBDIRS_DOCBOOK =
5 endif
6
7 if ENABLE_GTK_DOC
8 if ENABLE_PLUGIN_DOCS
9 PLUGIN_DOCS_DIRS = plugins
10 else
11 PLUGIN_DOCS_DIRS =
12 endif
13 else
14 PLUGIN_DOCS_DIRS = plugins
15 endif
16
17 BUILT_SOURCES = version.entities
18
19 SUBDIRS = design gst libs $(PLUGIN_DOCS_DIRS) $(SUBDIRS_DOCBOOK)
20 DIST_SUBDIRS = design gst libs plugins faq manual pwg slides xsl
21
22 EXTRA_DIST = \
23         manuals.mak htmlinstall.mak \
24         image-png image-pdf image-eps url.entities version.entities.in
25
26 upload:
27         @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
28