mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Small fix to the release script
Change-Id: Ic49b970f956232836118e4577a8327eb06a72a53
This commit is contained in:
@@ -73,7 +73,8 @@ pdflatex -shell-escape ceres-solver && \
|
||||
bibtex ceres-solver && \
|
||||
pdflatex -shell-escape ceres-solver && \
|
||||
pdflatex -shell-escape ceres-solver
|
||||
cp $DOCS_TMP/ceres-solver.pdf "$TMP/docs/ceres-solver-$1.pdf"
|
||||
cp $DOCS_TMP/ceres-solver.pdf "$TMP/docs/ceres-solver.pdf"
|
||||
cp $DOCS_TMP/ceres-solver.pdf "/tmp/ceres-solver-$1.pdf"
|
||||
|
||||
# Build the tarball.
|
||||
cd /tmp
|
||||
|
||||
Reference in New Issue
Block a user