explicitly added gstreamer-sections.txt to EXTRA_DIST
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 8 Oct 2001 10:45:03 +0000 (10:45 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 8 Oct 2001 10:45:03 +0000 (10:45 +0000)
Original commit message from CVS:
explicitly added gstreamer-sections.txt to EXTRA_DIST

docs/gst/Makefile.am

index 235a804..446f8b9 100644 (file)
@@ -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