gstreamer/docs/Makefile.am
Tim-Philipp Müller 81a69d956d docs: remove app dev manual and plugin writer's guide
They have moved to gst-docs and will be maintained there in future.
2016-11-01 17:55:54 +00:00

32 lines
652 B
Makefile

if ENABLE_DOCBOOK
SUBDIRS_DOCBOOK = faq
else
SUBDIRS_DOCBOOK =
endif
if ENABLE_GTK_DOC
if ENABLE_PLUGIN_DOCS
PLUGIN_DOCS_DIRS = plugins
else
PLUGIN_DOCS_DIRS =
endif
else
PLUGIN_DOCS_DIRS = plugins
endif
BUILT_SOURCES = version.entities
SUBDIRS = design gst libs $(PLUGIN_DOCS_DIRS) $(SUBDIRS_DOCBOOK)
DIST_SUBDIRS = design gst libs plugins faq slides xsl
EXTRA_DIST = \
manuals.mak htmlinstall.mak \
image-png image-pdf image-eps url.entities version.entities.in list-ulink.xsl
upload:
@if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi
libs: gst
include $(top_srcdir)/common/parallel-subdirs.mak