]> git.donarmstrong.com Git - lilypond.git/commitdiff
run git in srcdir too. release/2.11.0-1
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 27 Nov 2006 16:23:34 +0000 (17:23 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 27 Nov 2006 16:23:34 +0000 (17:23 +0100)
GNUmakefile.in

index 103acbff593fced37ed5fb7744f9010ef3729c06..04a305ed7606a133494630f74dc6c34bedf7e026 100644 (file)
@@ -36,7 +36,7 @@ local-dist: dist-toplevel-txt-files dist-changelog
 
 dist-changelog:
        if  test -d $(top-src-dir)/.git ; then \
-               git-whatchanged gub-2.9.29-2.. > $(distdir)/ChangeLog ; \
+               cd $(top-src-dir) && git-whatchanged gub-2.9.29-2.. > $(distdir)/ChangeLog ; \
        else \
                cp $(top-src-dir)/ChangeLog $(distdir) ; \
        fi