mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
ec8716c206
Original commit message from CVS: Some further modifications to the PWG.
17 lines
306 B
Makefile
17 lines
306 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
|
|
|
|
fig_files =
|
|
eps_files =
|
|
png_files =
|
|
|
|
EXTRA_DIST = $(sgml_files) $(fig_files)
|
|
|
|
include $(srcdir)/../manuals.mak
|
|
|