* Makefile.am: Disable install, show warning instead.
svn: r5196
This commit is contained in:
parent
d27db35a35
commit
a627957211
@ -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>
|
2005-09-15 Don Allingham <don@gramps-project.org>
|
||||||
* src/EditPlace.py: fix windowing history
|
* src/EditPlace.py: fix windowing history
|
||||||
|
|
||||||
|
@ -23,3 +23,9 @@ distuninstallcheck:
|
|||||||
@:
|
@:
|
||||||
|
|
||||||
CLEANFILES = gramps
|
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 "############################################################"
|
||||||
|
Loading…
Reference in New Issue
Block a user