revert figure directory change

This commit is contained in:
Tom Henderson
2008-04-03 23:15:16 -07:00
parent 11468a4235
commit 621f07f0d2
2 changed files with 5 additions and 6 deletions

View File

@@ -13,10 +13,9 @@ TGIF_PNG = ${TGIF_SOURCES:.obj=.eps}
all: images html split-html pdf
images:
cd figures/; cp $(TGIF_SOURCES) ../
$(TGIF) -print -eps $(TGIF_SOURCES)
$(foreach FILE,$(TGIF_EPS),$(CONVERT) $(FILE) ${FILE:.eps=.png};)
$(foreach FILE,$(TGIF_EPS),$(EPSTOPDF) $(FILE);)
cd figures/; $(TGIF) -print -eps $(TGIF_SOURCES)
cd figures/; $(foreach FILE,$(TGIF_EPS),$(CONVERT) $(FILE) ${FILE:.eps=.png};)
cd figures/; $(foreach FILE,$(TGIF_EPS),$(EPSTOPDF) $(FILE);)
html: images
$(TEXI2HTML) ${CSS} tutorial.texi
@@ -28,4 +27,4 @@ pdf: images
$(TEXI2PDF) tutorial.texi
clean:
rm -rf $(TGIF_SOURCES) $(TGIF_EPS) $(TGIF_PNG) tutorial.aux tutorial.cp tutorial.cps tutorial.fn tutorial.ky tutorial.pg tutorial.tp tutorial.vr tutorial.toc tutorial.log tutorial.pdf tutorial.html tutorial/
rm -rf tutorial.aux tutorial.cp tutorial.cps tutorial.fn tutorial.ky tutorial.pg tutorial.tp tutorial.vr tutorial.toc tutorial.log tutorial.pdf tutorial.html tutorial/

View File

@@ -6,7 +6,7 @@ call the "helper API". The helper API is implemented in
@code{src/helper/} directory; it depends on (and wraps) the low-level
API which is implemented everywhere else in @code{src/}. The following
figure shows this relationship.
@center @image{helpers,,,,png}
@center @image{figures/helpers,,,,png}
The use of the helper API is optional. It has two main goals:
@itemize @bullet