[nautilus] Fix typo in ChangeLog generation script



commit dd10aa3618b195a127014ba033eb522f907077a1
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Apr 23 14:20:27 2009 +0200

    Fix typo in ChangeLog generation script
    
    Set the right name for the start tag in the ChangeLog
    generation script.
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 61d117c..194e1c7 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; \



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