* Makefile.am: added distuninstallcheck_listfiles

* doc/Makefile.am: Added CLEANFILES


svn: r3689
This commit is contained in:
Don Allingham 2004-10-29 03:37:01 +00:00
parent 24946bfd7f
commit 20c4f87988
3 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,6 @@
2004-10-28 Don Allingham <dallingham@users.sourceforge.net>
* Makefile.am: added distuninstallcheck_listfiles
* doc/Makefile.am: Added CLEANFILES
* src/Date.py: Added "set_year" function
* src/Utils.py: qualifiy Date calls, eliminate string
module usage

View File

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

View File

@ -10,4 +10,4 @@ EXTRA_DIST = $(man_MANS) $(man_IN_FILES) xmldocs.make omf.make
gramps.1: $(top_builddir)/config.status gramps.1.in
cd $(top_builddir) && CONFIG_FILES=doc/$@ $(SHELL) ./config.status
CLEANFILES=$(man_MANS)
CLEANFILES=$(man_MANS) $(SUBDIRS)/*/*.out $(SUBDIRS)/*/omf_timestamp