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.
|
-
- SRC = pins.tex
-
-
- all: ${SRC}
- @echo Generating DVI
- @latex pins.tex
-
- pins.dvi: pins.tex
- @latex pins.tex
-
- pdf: pins.dvi
- @dvipdf pins.dvi
-
-
- .PHONEY: clean
- clean:
- @rm -f *.dvi *.aux *.log *.ps *.toc *.bak *~
|