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

Revision 21448, 808 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21447, which included commits to RCS files with non-trunk default branches.
RevLine 
[18713]1
2if BUILD_PLUGIN_DOCS
3SUBDIRS_PLUGINS = plugins
4else
5SUBDIRS_PLUGINS =
6endif
7
[21004]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
[18713]15
[21004]16SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS)
17DIST_SUBDIRS = gst faq manual pwg libs plugins xsl
[18713]18
[21004]19EXTRA_DIST = \
20        slides manuals.mak htmlinstall.mak upload.mak \
[21447]21        image-png image-pdf image-eps url.entities version.entities.in
[21004]22
23upload:
24        @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi
25
[18713]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.