mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Fix distcheck issues for the libraries docs build
Original commit message from CVS: Patch by: Stefan Kost * common/gtk-doc.mak: * docs/gst/Makefile.am: * docs/libs/Makefile.am: Fix distcheck issues for the libraries docs build Closes #319599
This commit is contained in:
parent
85e7a3989c
commit
72396245b5
4 changed files with 14 additions and 2 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,4 +1,14 @@
|
|||
2005-11-24 msmith,,, <set EMAIL_ADDRESS environment variable>
|
||||
2005-11-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
Patch by: Stefan Kost
|
||||
|
||||
* common/gtk-doc.mak:
|
||||
* docs/gst/Makefile.am:
|
||||
* docs/libs/Makefile.am:
|
||||
Fix distcheck issues for the libraries docs build
|
||||
Closes #319599.
|
||||
|
||||
2005-11-24 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* docs/manual/basics-helloworld.xml:
|
||||
Fix bug #315027: memory leak in example code in docs.
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit ea1409191cc1e71273b2dbdd94e7ab5fc5a60a51
|
||||
Subproject commit 1b24580b06e738f920b33ea68dffd83d953f0bba
|
|
@ -37,6 +37,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
|
|||
# gtk-doc will search all .c & .h files beneath here for inline comments
|
||||
# documenting functions and macros.
|
||||
DOC_SOURCE_DIR=$(top_srcdir)/gst
|
||||
DOC_BUILD_DIR=$(top_builddir)/gst
|
||||
|
||||
# Extra options to supply to gtkdoc-scan.
|
||||
SCAN_OPTIONS=--deprecated-guards="GST_DISABLE_DEPRECATED"
|
||||
|
|
|
@ -37,6 +37,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
|
|||
# gtk-doc will search all .c & .h files beneath here for inline comments
|
||||
# documenting functions and macros.
|
||||
DOC_SOURCE_DIR=$(top_srcdir)/libs/gst
|
||||
DOC_BUILD_DIR=$(top_builddir)/libs/gst
|
||||
|
||||
# Extra options to supply to gtkdoc-scan.
|
||||
SCAN_OPTIONS=--deprecated-guards="GST_DISABLE_DEPRECATED"
|
||||
|
|
Loading…
Reference in a new issue