From 382c1a28fee6f202fc42d057379504687f82425a Mon Sep 17 00:00:00 2001 From: rlar Date: Thu, 23 Sep 2010 18:50:01 +0000 Subject: [PATCH] add m4/ and compile_min.sh to the tarball --- ChangeLog | 6 ++++++ Makefile.am | 5 +++-- m4/.cvsignore | 0 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 m4/.cvsignore diff --git a/ChangeLog b/ChangeLog index 4f44f2f11..a5e3ff05d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-23 Robert Larice + * Makefile.am , + * m4/.cvsignore : + add an empty m4/.cvsignore file, to make sure the directory exists + add this directory and the file compile_min.sh to the tarball + 2010-09-22 Dietmar Warning * devices/mesa/mesaload.c: initialize some variables diff --git a/Makefile.am b/Makefile.am index 276c25389..8ca8e1e88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,8 +7,9 @@ EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \ ANALYSES BUGS AUTHORS ChangeLog \ DEVICES NEWS README README.tcl \ README.adms contrib \ - doc examples visualc @NOTXGRAPH@ \ - xgraph/aclocal.m4 + doc examples m4 visualc @NOTXGRAPH@ \ + xgraph/aclocal.m4 \ + compile_min.sh MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ config.h.in config.sub configure install-sh \ diff --git a/m4/.cvsignore b/m4/.cvsignore new file mode 100644 index 000000000..e69de29bb