Skip to content

Commit

Permalink
update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
cgnieder committed Feb 13, 2022
1 parent e6b8c5e commit 15770f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions chemmacros.build
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ fi
if [ "$manual" == true ] ; then
cd ${DOC_DIR}
if [ "$verbose" == true ] ; then
echo "running '$program' on '$manualfile'..."
echo "running '$program' on '$manualname'..."
fi
$program $manualfile
$program $manualname
fi

# remove temporary and auxiliary files
Expand Down Expand Up @@ -313,6 +313,7 @@ if [ "$update" == true ] ; then
fi

if [ "$createzip" == true ] ; then
cd ${START_DIR}
if [ -f "${SNAPSHOT_DIR}/$pkgname/$zipname.zip" ] ; then
rm ${SNAPSHOT_DIR}/$pkgname/$zipname.zip
fi
Expand All @@ -325,10 +326,12 @@ if [ "$createzip" == true ] ; then
fi
mkdir ${SNAPSHOT_DIR}/$pkgname
fi
mkdir $pkgname/
cp ${CODE_DIR}/$styname $pkgname/
cp ${DOC_DIR}/$manualname.tex $pkgname/
cp ${DOC_DIR}/$manualfile.pdf $pkgname/$manualname.pdf
cp ${DOC_DIR}/$manualname.pdf $pkgname/
cp README $pkgname/
cp HISTORY $pkgname/
zip -r $zipname.zip $pkgname/
rm -r $pkgname/
if [ "$verbose" == true ] ; then
Expand Down
Binary file modified doc/chemmacros-manual.pdf
Binary file not shown.

0 comments on commit 15770f3

Please sign in to comment.