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.
 
 
 
 
 

19 lines
212 B

  1. SRC = pins.tex
  2. all: ${SRC}
  3. @echo Generating DVI
  4. @latex pins.tex
  5. pins.dvi: pins.tex
  6. @latex pins.tex
  7. pdf: pins.dvi
  8. @dvipdf pins.dvi
  9. .PHONEY: clean
  10. clean:
  11. @rm -f *.dvi *.aux *.log *.ps *.toc *.bak *~