From: Thomas Vander Stichele Date: Mon, 8 Oct 2001 10:45:03 +0000 (+0000) Subject: explicitly added gstreamer-sections.txt to EXTRA_DIST X-Git-Tag: BRANCH-EVENTS1-200110161-ROOT~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a10cd2e7b68c07cb5143c682fcc393670432dfa0;p=platform%2Fupstream%2Fgstreamer.git explicitly added gstreamer-sections.txt to EXTRA_DIST Original commit message from CVS: explicitly added gstreamer-sections.txt to EXTRA_DIST --- diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index 235a804..446f8b9 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