diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-13 04:32:39 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-13 04:32:39 -0400 |
commit | 152b10dbbd83535062ea467bd01afe4837975632 (patch) | |
tree | 6ad38280b6c649767ae8441803d9b29dc85e5f17 /Makefile | |
parent | c259f9cc395720b7e5a4752629aecbba85edd292 (diff) | |
download | fork-ledger-152b10dbbd83535062ea467bd01afe4837975632.tar.gz fork-ledger-152b10dbbd83535062ea467bd01afe4837975632.tar.bz2 fork-ledger-152b10dbbd83535062ea467bd01afe4837975632.zip |
fix in makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ dist: rm -fr /tmp/ledger-$(VERSION) rsync -av --exclude=".*" --exclude="TAGS" --exclude="version" \ --exclude="_darcs/" --exclude="ledger.dat" --exclude="CVS/" \ - --exclude="1.7/" --exclude="gmon.out" --exclude="prof.out" \ + --exclude="1.7/" --exclude="*.out" --exclude="*~" \ $(shell pwd)/ /tmp/ledger-$(VERSION) (cd /tmp/ledger-$(VERSION) && \ make fullclean && \ |