mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
23c9ad917a
Original commit message from CVS: Sort out some remaining bits of fwg which weren't valid sgml.
21 lines
397 B
Makefile
21 lines
397 B
Makefile
manualname = gst-plugin-writers-guide
|
|
htmlname = index.html
|
|
|
|
sgml_files = gst-plugin-writers-guide.sgml \
|
|
titlepage.sgml \
|
|
intro.sgml \
|
|
testapp.sgml \
|
|
loopbased.sgml \
|
|
buffers.sgml \
|
|
srcnsink.sgml \
|
|
statemanage.sgml \
|
|
checklist.sgml
|
|
|
|
fig_files =
|
|
eps_files =
|
|
png_files =
|
|
|
|
EXTRA_DIST = $(sgml_files) $(fig_files)
|
|
|
|
include $(srcdir)/../manuals.mak
|
|
|