gstreamer/docs/Makefile.am
Thomas Vander Stichele 68f29e3ed5 we don't need random in the release if we do, we need to add Makefile.am's there so it doesn't suck in CVS dirs as well
Original commit message from CVS:
we don't need random in the release
if we do, we need to add Makefile.am's there so it doesn't suck in CVS dirs as well
2002-04-14 13:18:26 +00:00

20 lines
433 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 = 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/.\#*