Add figure management script
This commit is contained in:
parent
26bbd76ae0
commit
0238e388cd
29 changed files with 1320 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ preview:
|
|||
version.tex: chapter.tex
|
||||
echo "${VERSION_STRING}" > $@
|
||||
|
||||
.PHONY: update-figures
|
||||
update-figures:
|
||||
make -C figures
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f **.aux **.bbl **.bcf **.log **.blg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue