gstreamer/docs/fwg/Makefile.am
Richard Boulton c12e795dec Move plugin example code to new location, and put it into build system.
Original commit message from CVS:
Move plugin example code to new location, and put it into build system.
Add work on firstplugin chapter of pwg.
Fix typo in quotes.
Add @'s before commands in manuals.mak
2001-01-08 23:55:27 +00:00

17 lines
309 B
Makefile

manualname = gst-plugin-writers-guide
htmlname = index.html
sgml_files = gst-plugin-writers-guide.sgml \
titlepage.sgml \
intro.sgml \
concepts.sgml \
firstplugin.sgml
fig_files =
eps_files =
png_files =
EXTRA_DIST = $(sgml_files) $(fig_files)
include $(srcdir)/../manuals.mak