summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-05-30 16:40:10 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-05-30 16:43:19 -0400
commit6d5a5cea1c46fcd8a1b0ec242e72369aa22825eb (patch)
treed2af50a43f247da69a66041a85bdc7a5ae3e9915 /Makefile.am
parent9318a48bcf243e6bae35a99db419b406cf3c8418 (diff)
downloadnautilus-6d5a5cea1c46fcd8a1b0ec242e72369aa22825eb.tar.gz
trivial: remove old perl scripts and other cruft
Most of these don't work, and I don't think anybody uses them.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b0056a9fe..a6a15456d 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; \