docs/Makefile.am: the gtk-doc makefile snippet correctly handles the case when ENABLE...
[platform/upstream/gstreamer.git] / docs / Makefile.am
1 if ENABLE_DOCBOOK
2 SUBDIRS_DOCBOOK = faq manual pwg
3 else
4 SUBDIRS_DOCBOOK =
5 endif
6
7 BUILT_SOURCES = version.entities
8
9 SUBDIRS = design gst libs plugins $(SUBDIRS_DOCBOOK)
10 DIST_SUBDIRS = design gst libs plugins faq manual pwg slides xsl
11
12 EXTRA_DIST = \
13         manuals.mak htmlinstall.mak \
14         image-png image-pdf image-eps url.entities version.entities.in
15
16 upload:
17         @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi