gstreamer/docs/Makefile.am
Richard Boulton d80375c632 Added --enable-plugin-docs configure option, to enable build of the plugin documentation (currently broken). This de...
Original commit message from CVS:
Added --enable-plugin-docs configure option, to enable build of the plugin
documentation (currently broken).  This defaults to off.
Changed --enable-docs-build to default to on, since all other documentation
should build correctly.

Also, correct typo in manual, and fix up a couple of things in example.c
2001-03-20 23:12:24 +00:00

19 lines
377 B
Makefile

if BUILD_PLUGIN_DOCS
SUBDIRS_PLUGINS = plugins
else
SUBDIRS_PLUGINS =
endif
SUBDIRS = manual fwg gst libs $(SUBDIRS_PLUGINS)
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/.\#*