mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
docs/gst/Makefile.am: ignore gst/parse directory when building docs
Original commit message from CVS: * docs/gst/Makefile.am: ignore gst/parse directory when building docs
This commit is contained in:
parent
7ad9aa8526
commit
36af6c437d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-04-17 Benjamin Otte <otte@gnome.org>
|
||||||
|
|
||||||
|
* docs/gst/Makefile.am:
|
||||||
|
ignore gst/parse directory when building docs
|
||||||
|
|
||||||
2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* testsuite/refcounting/mem.c: (vmsize):
|
* testsuite/refcounting/mem.c: (vmsize):
|
||||||
|
|
|
@ -42,7 +42,7 @@ DOC_SOURCE_DIR=$(top_srcdir)/gst
|
||||||
SCAN_OPTIONS=
|
SCAN_OPTIONS=
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-mkdb.
|
# Extra options to supply to gtkdoc-mkdb.
|
||||||
MKDB_OPTIONS=--sgml-mode --ignore-files=trio
|
MKDB_OPTIONS=--sgml-mode --ignore-files=parse
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-fixref.
|
# Extra options to supply to gtkdoc-fixref.
|
||||||
FIXXREF_OPTIONS=
|
FIXXREF_OPTIONS=
|
||||||
|
|
Loading…
Reference in a new issue