You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 rivejä
553 B

  1. include ../common.mk
  2. all: VL2.pdf VL2_handout.pdf
  3. VL2.dvi: VL2.tex
  4. $(LATEX) $<
  5. $(LATEX) $<
  6. $(LATEX) $<
  7. VL2.pdf: VL2.tex
  8. $(PDFLATEX) $<
  9. $(PDFLATEX) $<
  10. $(PDFLATEX) $<
  11. VL2_handout.dvi: VL2_handout.tex
  12. $(LATEX) $<
  13. $(LATEX) $<
  14. $(LATEX) $<
  15. VL2_handout.pdf: VL2_handout.tex
  16. $(PDFLATEX) $<
  17. $(PDFLATEX) $<
  18. $(PDFLATEX) $<
  19. clean:
  20. $(RM_R) "_minted-VL2" "_minted-VL2_handout"
  21. $(RM) VL2.dvi VL2_handout.dvi VL2.pdf VL2_handout.pdf *.log *.aux *.nav *.snm *.toc *.out *.vrb *.gz
  22. .PHONY: all clean VL2.dvi VL2.pdf VL2_handout.dvi VL2_handout.pdf