Skip to content

Commit

Permalink
v0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
cgnieder committed Jan 31, 2021
1 parent cb184c3 commit 96c894f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xsim.build
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ if [ "$createzip" == true ] ; then
cp ${DOC_DIR}/$manualfile.tex $pkgname/
cp ${DOC_DIR}/$manualfile.pdf $pkgname/
cp ${DOC_DIR}/$manualfile.cls $pkgname/
cp ${DOC_DIR}/examples/$pkgname.example.*.tex $pkgname/examples/
cp ${DOC_DIR}/examples/$pkgname.example.*.pdf $pkgname/examples/
cp ${DOC_DIR}/examples/$pkgname.*.tex $pkgname/examples/
cp ${DOC_DIR}/examples/$pkgname.*.pdf $pkgname/examples/
cp README $pkgname/
zip -r $zipname.zip $pkgname/
rm -r $pkgname/
Expand Down

0 comments on commit 96c894f

Please sign in to comment.