2004-03-22 22:31:44 +00:00
|
|
|
#
|
|
|
|
# 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'
|
|
|
|
|
2003-01-03 13:26:04 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
src \
|
2003-01-14 23:40:47 +00:00
|
|
|
po \
|
2003-01-18 19:19:20 +00:00
|
|
|
data \
|
|
|
|
help
|
2003-01-14 23:40:47 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
intltool-extract.in \
|
|
|
|
intltool-merge.in \
|
|
|
|
intltool-update.in \
|
2003-02-03 01:56:42 +00:00
|
|
|
zenity.spec \
|
|
|
|
zenity.spec.in \
|
2003-01-18 19:19:20 +00:00
|
|
|
omf.make \
|
|
|
|
xmldocs.make \
|
2003-01-14 23:40:47 +00:00
|
|
|
COPYING \
|
|
|
|
HACKING \
|
|
|
|
ChangeLog \
|
|
|
|
NEWS \
|
|
|
|
README \
|
2005-07-25 01:06:32 +00:00
|
|
|
AUTHORS \
|
|
|
|
gnome-doc-utils.make
|
2004-03-22 22:31:44 +00:00
|
|
|
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
intltool-extract \
|
|
|
|
intltool-merge \
|
2005-07-25 01:06:32 +00:00
|
|
|
intltool-update \
|
|
|
|
gnome-doc-utils.make
|
|
|
|
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|