summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-04-23 14:20:27 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2009-04-23 14:20:27 +0200
commitdd10aa3618b195a127014ba033eb522f907077a1 (patch)
tree4e5e5268bed0553f8f002e830f714f914ca3a88d /Makefile.am
parentc0b27cce8d33ea8220434cf59b1e504fc9d2bcea (diff)
downloadnautilus-dd10aa3618b195a127014ba033eb522f907077a1.tar.gz
Fix typo in ChangeLog generation script
Set the right name for the start tag in the ChangeLog generation script.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 61d117cea..194e1c706 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,7 +67,7 @@ distclean-local:
ChangeLog:
@echo Creating $@
@if test -d "$(srcdir)/.git"; then \
- (GIT_DIR=$(top_srcdir)/.git ./missing --run git log NAUTILUS2_26_2.. --stat -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \
+ (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 \
&& mv -f $@.tmp $@ \
|| ($(RM) $@.tmp; \
echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \