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:
Stefan Kost 2005-11-24 16:32:26 +00:00 committed by Thomas Vander Stichele
parent 85e7a3989c
commit 72396245b5
4 changed files with 14 additions and 2 deletions

View file

@ -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

@ -1 +1 @@
Subproject commit ea1409191cc1e71273b2dbdd94e7ab5fc5a60a51
Subproject commit 1b24580b06e738f920b33ea68dffd83d953f0bba

View file

@ -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"

View file

@ -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"