gstreamer/docs/Makefile.am
Thomas Vander Stichele 5678e50a9a more docs fixing
Original commit message from CVS:
more docs fixing
2002-03-03 16:53:25 +00:00

20 lines
440 B
Makefile

if BUILD_PLUGIN_DOCS
SUBDIRS_PLUGINS = plugins
else
SUBDIRS_PLUGINS =
endif
SUBDIRS = manual fwg gst libs $(SUBDIRS_PLUGINS) devhelp
DIST_SUBDIRS = manual fwg gst libs plugins xsl devhelp
EXTRA_DIST = random slides manuals.mak
dist-hook:
$(RM) -rf $(distdir)/random/CVS
$(RM) -rf $(distdir)/random/*~
$(RM) -rf $(distdir)/random/.\#*
$(RM) -rf $(distdir)/slides/CVS
$(RM) -rf $(distdir)/slides/*~
$(RM) -rf $(distdir)/slides/.\#*