From 621f07f0d29bc58120e2ff47f4f0785e8b269839 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 3 Apr 2008 23:15:16 -0700 Subject: [PATCH] revert figure directory change --- doc/tutorial/Makefile | 9 ++++----- doc/tutorial/helpers.texi | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/tutorial/Makefile b/doc/tutorial/Makefile index 4db289767..bf41f5111 100644 --- a/doc/tutorial/Makefile +++ b/doc/tutorial/Makefile @@ -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/ diff --git a/doc/tutorial/helpers.texi b/doc/tutorial/helpers.texi index 29ca6bb3f..b64858173 100644 --- a/doc/tutorial/helpers.texi +++ b/doc/tutorial/helpers.texi @@ -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