Skip to content

Commit

Permalink
tarball directory no longer includes date
Browse files Browse the repository at this point in the history
Ignore-this: 6f812def2b2de7086582bba31db8fa5a

darcs-hash:20130301040504-c8de0-e3e601b16ee616bddce8e619bb692d8ce28393d4
  • Loading branch information
stevengj committed Mar 1, 2013
1 parent 76d16ba commit 8d794e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ChangeLog:
dist:
rm -f ChangeLog
make ChangeLog
(d=cubature-`date +%Y%m%d`; rm -rf $$d $$d.tgz; mkdir $$d; cp $(FILES) $$d; tar czf $$d.tgz $$d; rm -rf $$d)
(d=cubature-`date +%Y%m%d`; rm -rf cubature $$d.tgz; mkdir cubature; cp $(FILES) cubature; tar czf $$d.tgz cubature; rm -rf cubature)

clean:
rm -f htest ptest clencurt_gen *.o
Expand Down

0 comments on commit 8d794e2

Please sign in to comment.