* Makefile.am: added distuninstallcheck_listfiles
* doc/Makefile.am: Added CLEANFILES svn: r3689
This commit is contained in:
parent
99b057f3c6
commit
f7fb6f8eb4
@ -1,4 +1,6 @@
|
|||||||
2004-10-28 Don Allingham <dallingham@users.sourceforge.net>
|
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/Date.py: Added "set_year" function
|
||||||
* src/Utils.py: qualifiy Date calls, eliminate string
|
* src/Utils.py: qualifiy Date calls, eliminate string
|
||||||
module usage
|
module usage
|
||||||
|
@ -3,6 +3,8 @@ SUBDIRS = src doc example
|
|||||||
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec gramps-mdk.spec.in COPYING-DOCS FAQ
|
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec gramps-mdk.spec.in COPYING-DOCS FAQ
|
||||||
|
|
||||||
bin_SCRIPTS = gramps
|
bin_SCRIPTS = gramps
|
||||||
|
distuninstallcheck_listfiles = find . -type -f -print | grep -E -v '/(globs|magic|XMLnamespaces)'
|
||||||
|
|
||||||
|
|
||||||
gramps: gramps.sh
|
gramps: gramps.sh
|
||||||
cp gramps.sh gramps
|
cp gramps.sh gramps
|
||||||
|
@ -10,4 +10,4 @@ EXTRA_DIST = $(man_MANS) $(man_IN_FILES) xmldocs.make omf.make
|
|||||||
gramps.1: $(top_builddir)/config.status gramps.1.in
|
gramps.1: $(top_builddir)/config.status gramps.1.in
|
||||||
cd $(top_builddir) && CONFIG_FILES=doc/$@ $(SHELL) ./config.status
|
cd $(top_builddir) && CONFIG_FILES=doc/$@ $(SHELL) ./config.status
|
||||||
|
|
||||||
CLEANFILES=$(man_MANS)
|
CLEANFILES=$(man_MANS) $(SUBDIRS)/*/*.out $(SUBDIRS)/*/omf_timestamp
|
||||||
|
Loading…
Reference in New Issue
Block a user