fix docs build for good
[platform/upstream/gstreamer.git] / docs / Makefile.am
1
2 if BUILD_PLUGIN_DOCS
3 SUBDIRS_PLUGINS = plugins
4 else
5 SUBDIRS_PLUGINS =
6 endif
7
8 if BUILD_DOCS
9 SUBDIRS_DOCS = faq manual pwg gst libs
10 else
11 SUBDIRS_DOCS =
12 endif
13
14 SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS)
15 DIST_SUBDIRS = faq manual pwg gst libs plugins xsl
16
17 EXTRA_DIST = slides manuals.mak htmlinstall.mak image-png image-pdf image-eps
18
19 dist-hook:
20         $(RM) -rf $(distdir)/random/CVS
21         $(RM) -rf $(distdir)/random/*~
22         $(RM) -rf $(distdir)/random/.\#*
23         $(RM) -rf $(distdir)/slides/CVS
24         $(RM) -rf $(distdir)/slides/*~
25         $(RM) -rf $(distdir)/slides/.\#*