From a53cca9d1e24fcbbaf5ca2cbf10218fa045abd4e Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Mon, 1 Jan 2001 14:06:25 +0000 Subject: [PATCH] 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... --- docs/gst/Makefile.am | 6 +++--- docs/libs/Makefile.am | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index 1ba713b238..8081d8f67a 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 0e4ba2560b..23f27167d2 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)