mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC is false.
Original commit message from CVS: * docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC is false.
This commit is contained in:
parent
49342d34fc
commit
237bc63426
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-05-18 David Schleef <ds@schleef.org>
|
||||
|
||||
* docs/gst/Makefile.am: Add all-local target for when HAVE_GTK_DOC
|
||||
is false.
|
||||
|
||||
2004-05-18 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
|
||||
|
|
|
@ -234,6 +234,8 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
|
|||
@echo '-- Fixing Crossreferences'
|
||||
LANG=C && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
|
||||
touch html-build.stamp
|
||||
else
|
||||
all-local:
|
||||
endif
|
||||
|
||||
clean-local:
|
||||
|
|
Loading…
Reference in a new issue