Skip to content

Commit

Permalink
Add src/package_contrib.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis committed Apr 22, 2010
1 parent effae96 commit 76cb08a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/package_contrib.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

set -ev

coq_makefile *.v > Makefile
touch .depend
make depend
mkdir QuicksortComplexity
cp *.v LICENSE QuicksortComplexity/
mv Makefile .depend QuicksortComplexity/
tar -czf ../QuicksortComplexity-`date +"%Y%m%dT%H%M"`.tar.gz QuicksortComplexity
rm -rf QuicksortComplexity

0 comments on commit 76cb08a

Please sign in to comment.