mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-10 05:01:11 -06:00
11 lines
143 B
Bash
11 lines
143 B
Bash
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
cd book
|
|
#ls
|
|
#cat makefile
|
|
#make -f makefile make_pdf
|
|
pdflatex -halt-on-error book.tex
|
|
biber
|
|
pdflatex -halt-on-error book.tex |