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 "############################################################"