Fix a couple of files not being put into distributions. make dist now appears to...
authorRichard Boulton <richard@tartarus.org>
Mon, 1 Jan 2001 14:06:25 +0000 (14:06 +0000)
committerRichard Boulton <richard@tartarus.org>
Mon, 1 Jan 2001 14:06:25 +0000 (14:06 +0000)
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
docs/libs/Makefile.am

index 1ba713b..8081d8f 100644 (file)
@@ -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 =               \
index 0e4ba25..23f2716 100644 (file)
@@ -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)