mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
14 lines
183 B
Bash
14 lines
183 B
Bash
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
cd book
|
|
#ls
|
|
#cat makefile
|
|
make figures
|
|
make tables
|
|
#make make_pdf
|
|
#make -f makefile make_pdf
|
|
pdflatex -halt-on-error book.tex
|
|
biber
|
|
pdflatex -halt-on-error book.tex |