summaryrefslogtreecommitdiffstats
path: root/kpilot/Documentation/ConduitProgrammingTutorial/Makefile
blob: 1dd8b068bf40568984c6ef80e179c64a4fb7d30d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Makefile for the conduit programming tutorial

# This will probably go horribly wrong because all of the
# files have been reduced to just the sources, and so
# pdflatex can't read the required embedded pdf / eps
# pictures that should be created from the png's.


all : index.dvi index.pdf



# latex index && pdflatex index && latex2html -local_icons index && latex2rtf index && dvips index 
#
# We'll need to create the required pdf files in pictures/ as well.


ConduitStructures.pdf : ConduitStructure.eps
	epstopdf ConduitStructure.eps

index.dvi : index.tex
	latex index

index.pdf : ConduitStructures.pdf index.tex index.dvi
	pdflatex index