source: trunk/third/gstreamer/docs/Makefile.am @ 21005

Revision 21005, 795 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21004, which included commits to RCS files with non-trunk default branches.
Line 
1
2if BUILD_PLUGIN_DOCS
3SUBDIRS_PLUGINS = plugins
4else
5SUBDIRS_PLUGINS =
6endif
7
8# FIXME: separate this out into docbook and gtk-doc so it doesn't descend
9# for docs it can't build
10if BUILD_DOCS
11SUBDIRS_DOCS = faq manual pwg gst libs
12else
13SUBDIRS_DOCS =
14endif
15
16SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS)
17DIST_SUBDIRS = gst faq manual pwg libs plugins xsl
18
19EXTRA_DIST = \
20        slides manuals.mak htmlinstall.mak upload.mak \
21        image-png image-pdf image-eps version.entities.in
22
23upload:
24        @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi
25
26dist-hook:
27        $(RM) -rf $(distdir)/random/CVS
28        $(RM) -rf $(distdir)/random/*~
29        $(RM) -rf $(distdir)/random/.\#*
30        $(RM) -rf $(distdir)/slides/CVS
31        $(RM) -rf $(distdir)/slides/*~
32        $(RM) -rf $(distdir)/slides/.\#*
Note: See TracBrowser for help on using the repository browser.