changeset 20377:0e2da885a410

fix lists of files to distribute * Makefile.am, doc/module.mk, examples/module.mk: Include more files in lists of files to distribute.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Jul 2015 00:01:59 -0400
parents 7ddee729f29e
children 916cc788d906
files Makefile.am doc/module.mk examples/module.mk
diffstat 3 files changed, 25 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Mon Jul 13 21:21:48 2015 -0400
+++ b/Makefile.am	Tue Jul 14 00:01:59 2015 -0400
@@ -27,6 +27,8 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
+DOC_TARGETS =
+
 BUILT_DISTFILES =
 BUILT_NODISTFILES =
 EXTRA_DIST =
--- a/doc/module.mk	Mon Jul 13 21:21:48 2015 -0400
+++ b/doc/module.mk	Tue Jul 14 00:01:59 2015 -0400
@@ -28,9 +28,6 @@
 ## also depends on the DVI file and somehow the rules are invoked
 ## twice.  Is that a bug in automake or make or what?
 
-DOC_TARGETS = \
-  doc/interpreter/doc-cache
-
 EXTRA_DIST += \
   doc/texinfo.tex \
   doc/texmf.cnf
@@ -268,11 +265,23 @@
 
 DOC_TARGETS += \
   $(srcdir)/doc/interpreter/octave.info \
+  doc/interpreter/doc-cache \
   doc/interpreter/octave.ps \
   doc/interpreter/octave.pdf \
   $(OCTAVE_HTML_STAMP) \
   $(HTMLDIR_IMAGES)
 
+EXTRA_DIST += \
+  $(BUILT_OCTAVE_TEXI_SRC) \
+  $(srcdir)/doc/interpreter/octave.info \
+  doc/interpreter/TODO \
+  doc/interpreter/doc-cache \
+  doc/interpreter/octave.dvi \
+  doc/interpreter/octave.ps \
+  doc/interpreter/octave.pdf \
+  doc/interpreter/octave.html \
+  $(HTMLDIR_IMAGES)
+
 ## The texi2dvi script (used to create both PDF and DVI output formats)
 ## uses some fixed temporary file names.  In order to avoid a race condition
 ## the DVI and PDF builds are forced to run serially through a Makefile rule.
@@ -395,6 +404,14 @@
   doc/liboctave/liboctave.pdf \
   doc/liboctave/liboctave.html
 
+EXTRA_DIST += \
+  $(liboctave_TEXINFOS) \
+  $(srcdir)/doc/liboctave/liboctave.info \
+  doc/liboctave/liboctave.dvi \
+  doc/liboctave/liboctave.ps \
+  doc/liboctave/liboctave.pdf \
+  doc/liboctave/liboctave.html
+
 ## The texi2dvi script (used to create both PDF and DVI output formats)
 ## uses some fixed temporary file names.  In order to avoid a race condition
 ## the DVI and PDF builds are forced to run serially through a Makefile rule.
@@ -450,8 +467,8 @@
 	-$(AM_V_DVIPS)$(DVIPS) $(AM_V_texinfo) -T 11in,8.5in -o $@ $<
 
 EXTRA_DIST += \
-  $(refcard_TEX_SRC) \
-  $(refcard_FORMATTED)
+  $(refcard_FORMATTED) \
+  $(refcard_TEX_SRC)
 
 CLEANFILES += \
   doc/refcard/refcard-a4.log \
--- a/examples/module.mk	Mon Jul 13 21:21:48 2015 -0400
+++ b/examples/module.mk	Tue Jul 14 00:01:59 2015 -0400
@@ -58,4 +58,5 @@
 EXTRA_DIST += \
   $(examples_data_SRC) \
   $(examples_code_SRC) \
+  examples/code/COPYING \
   examples/module.mk