Skip to content

Commit

Permalink
Use latexmk in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Oct 7, 2023
1 parent 4e69519 commit 2745d11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.aux
*.fdb_latexmk
*.fls
*.log
*.pdf
*.tex
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
checklist.pdf : checklist.tex
pdflatex checklist.tex
pdflatex checklist.tex
latexmk -pdf checklist.tex

checklist.tex : mklist.py checklist.json
python3 mklist.py

clean :
rm -f *.aux *.log checklist.tex
latexmk -C
rm -f checklist.tex

0 comments on commit 2745d11

Please sign in to comment.