From 996b7be086c48d4a5b2a669da0e3812204b0b921 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 --- gramps2/ChangeLog | 3 +++ gramps2/Makefile.am | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index d5556d4cf..1c2f8077a 100644 --- a/gramps2/ChangeLog +++ b/gramps2/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/gramps2/Makefile.am b/gramps2/Makefile.am index 09242749c..9113624cb 100644 --- a/gramps2/Makefile.am +++ b/gramps2/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 "############################################################"