Skip to content

Commit

Permalink
Update the release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Nov 15, 2023
1 parent 363ff40 commit 3b74e9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions releases/release-udpipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ for lang in ../bindings/*/Makefile; do make -C "`dirname $lang`" clean; done
rsync -a --exclude .gitignore ../bindings/ "$dir/bindings"

make -C ../doc install
cp ../INSTALL ../MANUAL* ../README ../AUTHORS ../LICENSE ../CHANGES "$dir"
make -C ../doc manual.pdf
cp ../doc/manual.pdf "$dir"/MANUAL.pdf
cp ../INSTALL ../MANUAL* ../README ../AUTHORS ../LICENSE ../CHANGES.md "$dir"
# make -C ../doc manual.pdf
# cp ../doc/manual.pdf "$dir"/MANUAL.pdf
make -C ../doc clean

echo All done

0 comments on commit 3b74e9e

Please sign in to comment.