Skip to content

Commit

Permalink
Include VERSION in the dist. Why not.
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed May 20, 2013
1 parent 4a07434 commit 906d4d7
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
Expand Up @@ -4,7 +4,7 @@
cd pyminisolvers ; git checkout minisat_only ; cd ..

# gather "whitelist" of files to include
marco_files="*.py muser2-static README"
marco_files="*.py muser2-static README VERSION"
test_files="tests/*.cnf tests/*.smt2 tests/*.gz tests/*.py tests/out/*"
minisolvers_files=`find pyminisolvers/ -name "*.cc" -or -name "*.cpp" -or -name "*.h" -or -name "Makefile" -or -name "makefile" -or -name "*.py"`

Expand Down

0 comments on commit 906d4d7

Please sign in to comment.