aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/make b/make
index e4ced2b..ee6f4a3 100755
--- a/make
+++ b/make
@@ -25,8 +25,7 @@ mv report.pdf ../outputs/report-single.pdf
cd ..
pdftex pics.tex
mv pics.pdf outputs/pics.pdf
-export pageno=$(cat pageno)
-pdftk outputs/report-double.pdf cat $pageno-$(eval $pageno+5) output outputs/graphs-tables.pdf
+pdftk outputs/report-double.pdf cat $pageno-$(expr $pageno + 4) output outputs/graphs-tables.pdf
rm *.log
rm document/report.log
cp assets/* outputs/