We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e74c97 commit 45a706dCopy full SHA for 45a706d
1 file changed
mkdist.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# gather "whitelist" of files to include
4
-marco_files="*.py muser2-static README VERSION"
+marco_files="*.py muser2-static README CHANGES* VERSION"
5
if [ $# -lt 2 -o "$2" != "notest" ] ; then
6
test_files="tests/*.cnf tests/*.gcnf tests/*.smt2 tests/*.gz tests/*.py tests/out/*/*"
7
fi
0 commit comments