From 993ac3c7330385aab0744e24288f7a0345fe4f27 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Mon, 22 Mar 2010 12:40:16 +0000 Subject: INSTALL file added to the archive. --- ChangeLog | 1 + Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aeacc86..92a87a2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * src/calcurse.h: compilation issue related to memory functions definition fixed (thanks Doug for reporting it) + * Makefile.am * INSTALL: new file (needed now that automake is configured for a 'foreign' package type, thanks Zach for reporting the problem) diff --git a/Makefile.am b/Makefile.am index e1f1b25..eca73b2 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# $calcurse: Makefile.am,v 1.6 2009/07/05 20:32:29 culot Exp $ +# $calcurse: Makefile.am,v 1.7 2010/03/22 12:40:16 culot Exp $ AUTOMAKE_OPTIONS= foreign @@ -10,6 +10,7 @@ man_MANS= src/calcurse.1 EXTRA_DIST = \ $(man_MANS) \ + INSTALL \ ABOUT-NLS \ doc/manual.css \ doc/manual_en.html \ -- cgit v1.2.3-54-g00ecf