Skip to content

Commit

Permalink
copy cmake dir to release as well
Browse files Browse the repository at this point in the history
  • Loading branch information
eiennohito committed Jul 31, 2019
1 parent dc681e9 commit 14c4315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ OUT_DIR="release-stage-dir/jumanpp-${VERSION}"

mkdir -p "${OUT_DIR}"

cp -r docs libs src test CMakeLists.txt \
cp -r cmake docs libs src test CMakeLists.txt \
CONTRIBUTORS README.md README_ja.md \
"release-stage-dir/jumanpp-${VERSION}"

Expand Down

0 comments on commit 14c4315

Please sign in to comment.