mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
c12e795dec
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
17 lines
309 B
Makefile
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
|
|
|