]> AND Private Git Repository - these_qian.git/blob - Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
change .bib
[these_qian.git] / Makefile
1 MAIN = Thesis
2 GLOBAL = Thesis
3
4 all:
5         latex   $(MAIN).tex
6         latex   $(MAIN).tex
7         bibtex  $(MAIN)
8         latex   $(MAIN).tex
9         dvips -t a4 $(MAIN).dvi -o
10         ps2pdf $(MAIN).ps
11
12
13 fast:
14         latex   $(MAIN).tex
15         dvips -t a4 $(MAIN).dvi -o
16
17
18 global:
19         latex   $(GLOBAL).tex -no-file-line-error
20         latex   $(GLOBAL).tex -no-file-line-error
21         bibtex  $(GLOBAL)
22         latex   $(GLOBAL).tex -no-file-line-error
23         dvips -t a4 $(GLOBAL).dvi -o
24
25
26
27 test:
28         evince $(MAIN).pdf
29
30 testr:
31         kghostview $(MAIN).ps
32
33 clean:
34         rm -rf *~  *.aux *.log *.bak *.thm *.toc *.out *.idx *.bbl *.blg *.dvi *.ps