Skip to content

Commit

Permalink
Include CHANGES file in dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed Nov 11, 2014
1 parent 3e74c97 commit 45a706d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdist.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# gather "whitelist" of files to include
marco_files="*.py muser2-static README VERSION"
marco_files="*.py muser2-static README CHANGES* VERSION"
if [ $# -lt 2 -o "$2" != "notest" ] ; then
test_files="tests/*.cnf tests/*.gcnf tests/*.smt2 tests/*.gz tests/*.py tests/out/*/*"
fi
Expand Down

0 comments on commit 45a706d

Please sign in to comment.