mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
9f8702b992
Original commit message from CVS: Renamed the filter writers guide to plugin writers guide. Added in the planned section headings.
16 lines
284 B
Makefile
16 lines
284 B
Makefile
manualname = gst-plugin-writers-guide
|
|
htmlname = index.html
|
|
|
|
sgml_files = gst-plugin-writers-guide.sgml \
|
|
titlepage.sgml \
|
|
intro.sgml \
|
|
concepts.sgml
|
|
|
|
fig_files =
|
|
eps_files =
|
|
png_files =
|
|
|
|
EXTRA_DIST = $(sgml_files) $(fig_files)
|
|
|
|
include $(srcdir)/../manuals.mak
|
|
|