[nautilus] trivial: remove old perl scripts and other cruft



commit 6d5a5cea1c46fcd8a1b0ec242e72369aa22825eb
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed May 30 16:40:10 2012 -0400

    trivial: remove old perl scripts and other cruft
    
    Most of these don't work, and I don't think anybody uses them.

 CVSVERSION                   |    4 -
 Makefile.am                  |    3 +-
 RENAMING                     |   40 ----
 TODO                         |   19 --
 TODO-gio                     |   16 --
 add-include-prefix           |    1 -
 check-FIXME.pl               |  165 -----------------
 check-POTFILES.pl            |  108 -----------
 check-THANKS.pl              |  409 ------------------------------------------
 check-config-h.pl            |   89 ---------
 check-headers-in-Makefile.pl |  119 ------------
 check-strings-functions      |   25 ---
 check-strings-patterns       |   68 -------
 check-strings.pl             |  172 ------------------
 indent.sh                    |    3 -
 15 files changed, 1 insertions(+), 1240 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b0056a9..a6a1545 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,6 @@ EXTRA_DIST=					\
 	intltool-merge.in			\
 	intltool-update.in			\
 	Makefile.shared				\
-	add-include-prefix			\
 	$(NULL)
 
 DISTCLEANFILES = \
@@ -51,7 +50,7 @@ distclean-local:
 ChangeLog:
 	@echo Creating $@
 	@if test -d "$(srcdir)/.git"; then \
-	  (GIT_DIR=$(top_srcdir)/.git ./missing --run git log NAUTILUS_2_26_2.. --stat -M -C --name-status  --date=short --no-color) | fmt --split-only > $  tmp \
+	  (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat -M -C --name-status  --date=short --no-color) | fmt --split-only > $  tmp \
 	  && mv -f $  tmp $@ \
 	  || ($(RM) $  tmp; \
 	      echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]