re-add the disting of the docs. more fixes to come
[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 = gst libs
10 else
11 SUBDIRS_DOCS =
12 endif
13
14 SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS)
15 DIST_SUBDIRS = gst faq manual pwg libs plugins xsl
16
17 EXTRA_DIST = \
18         slides manuals.mak htmlinstall.mak \
19         image-png image-pdf image-eps version.entities.in
20
21 upload:
22         @for a in manual faq pwg; do cd $$a; make upload; cd ..; done
23
24 dist-hook:
25         $(RM) -rf $(distdir)/random/CVS
26         $(RM) -rf $(distdir)/random/*~
27         $(RM) -rf $(distdir)/random/.\#*
28         $(RM) -rf $(distdir)/slides/CVS
29         $(RM) -rf $(distdir)/slides/*~
30         $(RM) -rf $(distdir)/slides/.\#*