source: trunk/MESOSCALE_DEV/MANUAL/SRC/Makefile @ 220

Last change on this file since 220 was 209, checked in by aslmd, 13 years ago

MESOSCALE: something went wrong with moving DOC previously because forgot to update before committing... all apologies. this is now fixed.

  • Property svn:executable set to *
File size: 759 bytes
Line 
1PROJ = user_manual
2
3dvi: $(PROJ).tex *.tex
4        latex -interaction nonstopmode $(PROJ).tex
5
6all_format: dvi pdf ps
7
8clean:
9        -rm -f $(PROJ).log $(PROJ).aux $(PROJ).dvi $(PROJ).mtc* $(PROJ).bbl $(PROJ).blg
10
11run: $(PROJ).dvi
12        xdvi $(PROJ).dvi &
13
14#pdf: $(PROJ).dvi
15#       dvipdf $(PROJ).dvi
16
17check: $(PROJ).tex *.tex
18        make clean
19        pdflatex $(PROJ).tex
20        pdflatex $(PROJ).tex
21
22pdf: $(PROJ).tex *.tex
23        make clean
24        pdflatex $(PROJ).tex
25        bibtex $(PROJ)
26        pdflatex $(PROJ).tex
27        pdflatex $(PROJ).tex
28        #xpdf $(PROJ).pdf
29
30ps: $(PROJ).dvi
31        dvips -t letter $(PROJ).dvi
32
33#all: $(PROJ).tex
34#       cp /u/forget/TXT/BIBLIO/newfred.bib newfred.bib_backup
35#       pdflatex $(PROJ)
36#       bibtex $(PROJ)
37#       pdflatex $(PROJ)
38#       pdflatex $(PROJ)
39#       cp $(PROJ).pdf /u/aslmd/WWW/antichambre
40#       #acroread $(PROJ).pdf
Note: See TracBrowser for help on using the repository browser.