diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-30 17:17:00 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-12-16 15:56:48 +0100 |
commit | 06ea076058ea4be3cc2dea664e9f89e13ff4fc30 (patch) | |
tree | 46473b35daed0c203aa853ee0768d7850ce77df6 | |
parent | 72a91275bf0303882aea39a4a999357e47d23bb7 (diff) | |
download | mate-backgrounds-06ea076058ea4be3cc2dea664e9f89e13ff4fc30.tar.bz2 mate-backgrounds-06ea076058ea4be3cc2dea664e9f89e13ff4fc30.tar.xz |
Fix makefile for make dist
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6eba55f..7ea78da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ dist-hook: ( cd "$(top_srcdir)" && \ echo '# Generated by Makefile. Do not edit.'; echo; \ $(top_srcdir)/missing --run git log --stat -M -C \ - --name-status --date=short MATE_BACKGROUNDS_2_30_0.. ) \ + --name-status --date=short ) \ > ChangeLog.tmp \ && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ || ( rm -f ChangeLog.tmp ; \ |