* src/ViewManager.py: set up about box and other HELP menu items

* src/const.py.in: strings for about box
* Makefile.am: install COPYING file to provide text for GPL.


svn: r5073
This commit is contained in:
Don Allingham
2005-08-13 03:23:02 +00:00
parent 2c9b66e135
commit 4424259671
4 changed files with 84 additions and 9 deletions

View File

@@ -1,8 +1,11 @@
SUBDIRS = src doc example
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec COPYING-DOCS FAQ
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec COPYING-DOCS FAQ COPYING
bin_SCRIPTS = gramps
dist_pkgdata_DATA = COPYING
distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)'