mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
f1d8e760fb
Original commit message from CVS: Added building of the manual to the build system. Currently in a rudimentary state - will not gracefully give up if tools not available, will not uninstall / clean, and may not install / make dist properly. Documentation does not have dependencies on images, so won't rebuild if they're altered either.
9 lines
113 B
Makefile
9 lines
113 B
Makefile
SUBDIRS = manual
|
|
|
|
if HAVE_GTK_DOC
|
|
SUBDIRS += gst
|
|
endif
|
|
|
|
DIST_SUBDIRS = gst manual
|
|
|
|
EXTRA_DIST = random slides
|