]> git.0d.be Git - empathy.git/blobdiff - Makefile.am
Updated Oriya Translation
[empathy.git] / Makefile.am
index 20e1962342cf9516a781444a9f6c8c7ce44260cd..d8cebf0c9eecd6152bb2ce5e9bf50c53c16ef6a9 100644 (file)
@@ -38,14 +38,14 @@ DISTCLEANFILES =            \
 distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
 
 distclean-local:
-       if test $(srdcir) = .; then :; else \
+       if test "x$(srdcir)" = "x."; then :; else \
                rm -f ChangeLog; \
        fi
 
 ChangeLog:
        @echo Creating $@
        @if test -d "$(srcdir)/.git"; then \
-         (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_24_0.. --stat) | fmt --split-only > $@.tmp \
+         (GIT_DIR=$(top_srcdir)/.git ./missing --run git log EMPATHY_2_27_1.. --stat) | fmt --split-only > $@.tmp \
          && mv -f $@.tmp $@ \
          || ($(RM) $@.tmp; \
              echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \