ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/openmdDocs/Makefile
Revision: 3607
Committed: Wed Jun 16 15:38:45 2010 UTC (14 years ago) by gezelter
File size: 689 byte(s)
Log Message:
new version of docs for new program

File Contents

# User Rev Content
1 gezelter 3395 LC = pdflatex
2     BC = bibtex
3     PDF = Preview
4    
5     .SUFFIXES: $(SUFFIXES) .dvi .bib .tex .bbl .pdf
6    
7 gezelter 3607 PAPER_ROOT = openmdDoc
8 gezelter 3395
9     PICTURES = \
10     compCost.pdf \
11     definition.pdf \
12     heirarchy.pdf \
13     lipidModel.pdf \
14     quatvsdlm.pdf \
15     timeStep.pdf \
16     waterAngle.pdf
17    
18     INFILES = \
19 gezelter 3607 openmdDoc.tex \
20     openmdDoc.bib
21 gezelter 3395
22     all:: ${PAPER_ROOT}.view
23    
24     ${PAPER_ROOT}.pdf: ${INFILES} ${PICTURES}
25     $(LC) ${PAPER_ROOT}
26     $(BC) ${PAPER_ROOT}
27     $(LC) ${PAPER_ROOT}
28     $(LC) ${PAPER_ROOT}
29    
30     ${PAPER_ROOT}.view: ${PAPER_ROOT}.pdf
31     osascript "reload_preview.scpt" ${PAPER_ROOT}.pdf
32     open -a $(PDF) ${PAPER_ROOT}.pdf
33    
34     clean::
35 gezelter 3607 /bin/rm -f *.aux *.log *.bbl *.blg *.dvi *.tbx *.fgx *~ *.fff *.lof *.lot openmdDoc.pdf *.ttt *.toc