mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
4e1993625f
Original commit message from CVS: More updates: now have headings for the second section too, and some text for it... ;-)
16 lines
284 B
Makefile
16 lines
284 B
Makefile
manualname = gst-filter-writers-guide
|
|
htmlname = index.html
|
|
|
|
sgml_files = gst-filter-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
|
|
|