diff options
author | monsta <[email protected]> | 2016-08-12 18:15:27 +0400 |
---|---|---|
committer | GitHub <[email protected]> | 2016-08-12 18:15:27 +0400 |
commit | 26a504d27f2fba1cf2ad16b0bec5e88cbd11071c (patch) | |
tree | c8dbf54fa5ca00061f92946322e4b5e68dcb3e33 /Makefile.am | |
parent | 615eaf5a02b141a57b607a605f46ad3a5bd58843 (diff) | |
download | mate-utils-26a504d27f2fba1cf2ad16b0bec5e88cbd11071c.tar.bz2 mate-utils-26a504d27f2fba1cf2ad16b0bec5e88cbd11071c.tar.xz |
drop ancient commented code from Makefile
Diffstat (limited to 'Makefile.am')
-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: @: |