changeset 9256:5c05996ee4ac

Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build
author Rik <rdrider0-list@yahoo.com>
date Mon, 25 May 2009 13:03:08 -0700
parents 1c2d2c9f4a8d
children ab952265ad06
files doc/ChangeLog doc/Makefile.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Mon May 25 15:00:10 2009 +0200
+++ b/doc/ChangeLog	Mon May 25 13:03:08 2009 -0700
@@ -1,3 +1,8 @@
+2009-05-25  Rik  <rdrider0-list@yahoo.com>
+
+	* interpreter/Makefile.in: Add texmf.cnf to list of distributed files
+	(DIST_FILES) so that pdfs will build.
+
 2009-05-24  Robert T. Short  <octave@phaselockedsystems.com>
 
 	* interpreter/oop.txi: Added inheritance documentatin
--- a/doc/Makefile.in	Mon May 25 15:00:10 2009 +0200
+++ b/doc/Makefile.in	Mon May 25 13:03:08 2009 -0700
@@ -33,7 +33,7 @@
 
 SOURCES =
 
-DISTFILES = $(addprefix $(srcdir)/, Makefile.in ChangeLog conf.texi.in texinfo.tex) conf.texi
+DISTFILES = $(addprefix $(srcdir)/, Makefile.in ChangeLog conf.texi.in texinfo.tex texmf.cnf) conf.texi
 
 SUBDIRS = faq interpreter liboctave refcard