mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
75ac013312
Original commit message from CVS: Added framework for writing filter writers guide. Extracted much of the makefile from docs/manual into a shared file which is included, so it can be re-used.
9 lines
139 B
Makefile
9 lines
139 B
Makefile
SUBDIRS = manual fwg
|
|
|
|
if HAVE_GTK_DOC
|
|
SUBDIRS += gst libs
|
|
endif
|
|
|
|
DIST_SUBDIRS = gst manual libs
|
|
|
|
EXTRA_DIST = random slides manuals.mak
|