docs: remove FAQ which was moved into gst-docs module
[platform/upstream/gstreamer.git] / docs / Makefile.am
1 if ENABLE_GTK_DOC
2 if ENABLE_PLUGIN_DOCS
3 PLUGIN_DOCS_DIRS = plugins
4 else
5 PLUGIN_DOCS_DIRS =
6 endif
7 else
8 PLUGIN_DOCS_DIRS = plugins
9 endif
10
11 BUILT_SOURCES = version.entities
12
13 SUBDIRS = design gst libs $(PLUGIN_DOCS_DIRS)
14 DIST_SUBDIRS = design gst libs plugins slides xsl
15
16 EXTRA_DIST = \
17         manuals.mak htmlinstall.mak \
18         image-png image-pdf image-eps url.entities version.entities.in list-ulink.xsl
19
20 upload:
21         @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
22
23 libs: gst
24
25 include $(top_srcdir)/common/parallel-subdirs.mak