From: Richard Boulton Date: Mon, 1 Jan 2001 14:06:25 +0000 (+0000) Subject: Fix a couple of files not being put into distributions. make dist now appears to... X-Git-Tag: RELEASE-0_1_0-SLIPSTREAM~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a53cca9d1e24fcbbaf5ca2cbf10218fa045abd4e;p=platform%2Fupstream%2Fgstreamer.git Fix a couple of files not being put into distributions. make dist now appears to create a fully functional distribution. Original commit message from CVS: Fix a couple of files not being put into distributions. make dist now appears to create a fully functional distribution. make rpm should now produce an rpm. Whether that rpm is any good is another matter... --- diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index 1ba713b..8081d8f 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -4,7 +4,7 @@ DOC_MODULE=gstreamer # The top-level SGML file. -DOC_MAIN_SGML_FILE=gstreamer-docs.sgml +DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # The directory containing the source code (if it contains documentation). DOC_SOURCE_DIR=$(top_srcdir)/gst @@ -12,7 +12,7 @@ DOC_SOURCE_DIR=$(top_srcdir)/gst CFLAGS = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) LDFLAGS = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/.libs/libgst.so $(top_srcdir)/gst/elements/.libs/libgstelements.so -EXTRA_DIST=gstreamer.types.in +EXTRA_DIST = gstreamer.types.in gstreamer.hierarchy $(DOC_MODULE)-sections.txt HTML_DIR=$(datadir)/gstreamer/html @@ -63,9 +63,9 @@ tmpl_sources = \ gstreamer_docdir = $(HTML_DIR) gstreamer_doc_DATA = \ gstreamer.html \ - gstreamer.hierarchy \ gstreamer.types \ gstreamer-decl.txt \ + gstreamer.hierarchy \ gstreamer-sections.txt SCANOBJS_FILES = \ diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index 0e4ba25..23f2716 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -9,6 +9,8 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # The directory containing the source code (if it contains documentation). DOC_SOURCE_DIR=$(top_srcdir)/libs +EXTRA_DIST = $(DOC_MODULE)-docs.sgml $(DOC_MODULE)-sections.txt + HTML_DIR=$(datadir)/gstreamer/html TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)