Add workaround to scrollkeeper-update not cleaning up after itself, as
2004-03-23 Glynn Foster <glynn.foster@sun.com> * Makefile.am: Add workaround to scrollkeeper-update not cleaning up after itself, as copied from gnome-panel.
This commit is contained in:
parent
c02f170933
commit
31af52a7d3
@ -1,3 +1,8 @@
|
|||||||
|
2004-03-23 Glynn Foster <glynn.foster@sun.com>
|
||||||
|
|
||||||
|
* Makefile.am: Add workaround to scrollkeeper-update not
|
||||||
|
cleaning up after itself, as copied from gnome-panel.
|
||||||
|
|
||||||
2004-03-23 Glynn Foster <glynn.foster@sun.com>
|
2004-03-23 Glynn Foster <glynn.foster@sun.com>
|
||||||
|
|
||||||
* configure.in: Post release bump.
|
* configure.in: Post release bump.
|
||||||
|
25
Makefile.am
25
Makefile.am
@ -1,3 +1,23 @@
|
|||||||
|
#
|
||||||
|
# FIXME:
|
||||||
|
# currently scrollkeeper-update does not seem to
|
||||||
|
# remove its database when there is no useful
|
||||||
|
# information contained there. Therefore, with
|
||||||
|
# "make uninstall" you're left with loads of
|
||||||
|
# stuff in /var/scrollkeeper and distcheck
|
||||||
|
# fails.
|
||||||
|
#
|
||||||
|
# http://mail.gnome.org/archives/gnome-doc-list/2003-May/msg00008.html
|
||||||
|
#
|
||||||
|
# This overrides the uninstall check so distcheck
|
||||||
|
# passes
|
||||||
|
#
|
||||||
|
# distuninstallcheck_listfiles = find . -type f -print | grep -v 'scrollkeeper' | grep -v 'omf' | grep -v 'figures'
|
||||||
|
distuninstallcheck:
|
||||||
|
@:
|
||||||
|
|
||||||
|
distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out' | grep -v 'legal.xml'
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
src \
|
src \
|
||||||
po \
|
po \
|
||||||
@ -18,3 +38,8 @@ EXTRA_DIST = \
|
|||||||
NEWS \
|
NEWS \
|
||||||
README \
|
README \
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
||||||
|
DISTCLEANFILES = \
|
||||||
|
intltool-extract \
|
||||||
|
intltool-merge \
|
||||||
|
intltool-update
|
||||||
|
Reference in New Issue
Block a user