* Makefile.am: Disable install, show warning instead.

svn: r5196
This commit is contained in:
Martin Hawlisch 2005-09-16 07:28:02 +00:00
parent d27db35a35
commit a627957211
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2005-09-16 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* Makefile.am: Disable install, show warning instead.
2005-09-15 Don Allingham <don@gramps-project.org>
* src/EditPlace.py: fix windowing history

View File

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