mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
b27f8d7c31
Original commit message from CVS: Wrote a little more text, and did more of the work on making the sections. When this manual has text in all these sections its going to be pretty impressive...
20 lines
378 B
Makefile
20 lines
378 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 \
|
|
testapp.sgml \
|
|
loopbased.sgml \
|
|
typesnprops.sgml
|
|
|
|
fig_files =
|
|
eps_files =
|
|
png_files =
|
|
|
|
EXTRA_DIST = $(sgml_files) $(fig_files)
|
|
|
|
include $(srcdir)/../manuals.mak
|
|
|