source: issm/trunk/doc/validation/Makefile@ 811

Last change on this file since 811 was 811, checked in by Mathieu Morlighem, 16 years ago

Added validation doc

File size: 201 bytes
RevLine 
[811]1#Makefile for thesis
2
3all: pdf
4
5
6pdf:
7 pdflatex validation
8 pdflatex validation
9 pdflatex validation
10
11clean:
12 rm -rf *.dvi *.ps *.pdf *.toc *.log *.aux *.out *.mtc* *.idx *.maf *.lof *.lot *.bbl *.blg
Note: See TracBrowser for help on using the repository browser.