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.
29 lines
454 B
29 lines
454 B
test: \ |
|
clean \ |
|
testsuite |
|
|
|
testsuite: \ |
|
plain.pdf \ |
|
danish.pdf \ |
|
german.pdf \ |
|
colorinlistoftodos.pdf \ |
|
disable.pdf \ |
|
dvistyle.pdf \ |
|
withhyperref.pdf \ |
|
|
|
%.pdf: \ |
|
%.tex |
|
@echo "===============================" |
|
@echo "Compiling $*.tex" |
|
@pdflatex -halt-on-error $*.tex > $*.pdf.log |
|
@pdflatex -halt-on-error $*.tex > $*.pdf.log |
|
@echo "Compilation succeded" |
|
@echo |
|
|
|
clean: |
|
@rm -f *.pdf |
|
@rm -f *.out |
|
@rm -f *.tdo |
|
@rm -f *.aux |
|
@rm -f *.log |
|
|
|
|