Hong-Phuc Bui
2024-04-18 f07eb42aa6df9452f3fc96d0907c010d140097ce
update
3 files modified
14 ■■■■ changed files
python-typing/Makefile 14 ●●●● patch | view | raw | blame | history
python-typing/python-typing.handout.pdf patch | view | raw | blame | history
python-typing/python-typing.presentation.pdf patch | view | raw | blame | history
python-typing/Makefile
@@ -12,19 +12,14 @@
exclude := python-typing.tex
tex := $(wildcard *.tex)
tex := $(filter-out $(exclude), $(tex))
chapters := $(wildcard chap/*.tex)
pdf := $(tex:.tex=.pdf)
tikz := $(wildcard tikz/*.tex)
tikz_pdf = $(tikz:.tex=.pdf)
EXERCISES := exercises
TIKZ := tikz
all: $(pdf) 
%.pdf: %.tex
%.pdf: %.tex $(exclude)
    $(LATEX) $(LATEX_OPT) $<
    if [ -f $(<:.tex=.bcf) ]; then touch $(<); $(BIBTEX) $(BIBTEX_OPT) $(<:.tex=); fi
    $(LATEX) $(LATEX_OPT) $<
@@ -34,9 +29,7 @@
clean:
    rm -fv *.aux *.out *.bbl *.blg *.pytxcode *.toc *.loe *.thm *.nav *.bcf *.tdo *.log *.run.xml *.snm *.vrb *.synctex.gz *.fls
    rm -fv chap/*.aux
    rm -rfv _minted-*
    make -C $(EXERCISES) clean
clean-latexmk:
    rm -rfv *.fdb_latexmk
@@ -50,5 +43,6 @@
    make clean
    make clean-latexmk
    make clean-target
    make -C $(EXERCISES) clean-all
    make -C $(TIKZ) clean-all
python-typing/python-typing.handout.pdf
Binary files differ
python-typing/python-typing.presentation.pdf
Binary files differ