mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +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>
|
2004-05-18 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/schedulers/gstoptimalscheduler.c: (remove_from_group),
|
* 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'
|
@echo '-- Fixing Crossreferences'
|
||||||
LANG=C && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
|
LANG=C && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
|
||||||
touch html-build.stamp
|
touch html-build.stamp
|
||||||
|
else
|
||||||
|
all-local:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
|
|
Loading…
Reference in a new issue