# HG changeset patch # User Rik # Date 1243281788 25200 # Node ID 5c05996ee4acdcd7adc980afb33c2983b2159232 # Parent 1c2d2c9f4a8d5617d92380e20948e1b35bf288cd Add texmf.cnf to list of distributed files (DIST_FILES) so that pdfs will build diff -r 1c2d2c9f4a8d -r 5c05996ee4ac doc/ChangeLog --- 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 + + * interpreter/Makefile.in: Add texmf.cnf to list of distributed files + (DIST_FILES) so that pdfs will build. + 2009-05-24 Robert T. Short * interpreter/oop.txi: Added inheritance documentatin diff -r 1c2d2c9f4a8d -r 5c05996ee4ac doc/Makefile.in --- 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