summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-10-08 10:45:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-10-08 10:45:03 +0000
commita10cd2e7b68c07cb5143c682fcc393670432dfa0 (patch)
tree4fc88ae35486b2d90bbf46b4de19d66f4788885c
parent0e81ef7ba93210f128a9987189cdc58f7f2cf206 (diff)
downloadgstreamer-a10cd2e7b68c07cb5143c682fcc393670432dfa0.tar.gz
explicitly added gstreamer-sections.txt to EXTRA_DIST
Original commit message from CVS: explicitly added gstreamer-sections.txt to EXTRA_DIST
-rw-r--r--docs/gst/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am
index 235a8040a3..446f8b99e5 100644
--- a/docs/gst/Makefile.am
+++ b/docs/gst/Makefile.am
@@ -9,7 +9,10 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
# The directory containing the source code (if it contains documentation).
DOC_SOURCE_DIR=$(top_srcdir)/gst
-EXTRA_DIST = gstreamer.types.in gstreamer.hierarchy $(DOC_MODULE)-sections.txt $(DOC_MAIN_SGML_FILE)
+# thomas
+# there's something wrong with gstreamer-sections.txt not being in the dist
+# maybe it doesn't resolve
+EXTRA_DIST = gstreamer.types.in gstreamer.hierarchy $(DOC_MODULE)-sections.txt $(DOC_MAIN_SGML_FILE) gstreamer-sections.txt
HTML_DIR=$(datadir)/gstreamer/html