Skip to content

Commit

Permalink
Delete update/toc from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoZepeda committed Mar 9, 2024
1 parent 9379b78 commit 06b8f08
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,5 @@ create/pdf:
@ mkdir -p output/pdf;
@ pandoc -f markdown -t pdf -N --template=templates/template.tex -s -o output/pdf/apuntes.pdf $$(find Notes/ -depth -iregex '.*\.\(md\)' -printf "%p\n" | sort -V | tr '\n' ' ') --css styles/pandoc_styles.css --pdf-engine=xelatex -f markdown-raw_tex;

## update/toc: Update TOC table for every index file
.PHONY: update/toc
update/toc:
@echo 'Generating new TOC for every file'
@ python3 utils/script.py --toc;
@echo 'Done'


0 comments on commit 06b8f08

Please sign in to comment.