From a627957211a7c2ce47194dc7cd1076716b727b1d Mon Sep 17 00:00:00 2001 From: Martin Hawlisch Date: Fri, 16 Sep 2005 07:28:02 +0000 Subject: [PATCH] * Makefile.am: Disable install, show warning instead. svn: r5196 --- ChangeLog | 3 +++ Makefile.am | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index d5556d4cf..1c2f8077a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2005-09-16 Martin Hawlisch + * Makefile.am: Disable install, show warning instead. + 2005-09-15 Don Allingham * src/EditPlace.py: fix windowing history diff --git a/Makefile.am b/Makefile.am index 09242749c..9113624cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,3 +23,9 @@ distuninstallcheck: @: CLEANFILES = gramps + +install: + @echo "############################################################" + @echo "This development version is currently broken and not usable." + @echo "Use CVS branch 'gramps20' to get the current stable version." + @echo "############################################################"