diff options
-rw-r--r-- | Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am index 2378a2a0..751419ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,3 @@ -# -# 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.mate.org/archives/mate-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: @: |