From bffdf3a05013be3dd1b0f07ba22321fe4acfbcd1 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 1 Jul 2008 16:22:52 +0200 Subject: [PATCH] Move recore theme related images into a seperate directory and make image dependencies explicit in the Makefile. --- Presentations/Makefile | 6 +++--- .../images/{ => recoretheme}/recore_logo_bow.README | 0 .../images/{ => recoretheme}/recore_logo_bow.odg | Bin .../images/{ => recoretheme}/recore_logo_bow.pdf | Bin .../images/{ => recoretheme}/recore_logo_bow.ps | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename Presentations/images/{ => recoretheme}/recore_logo_bow.README (100%) rename Presentations/images/{ => recoretheme}/recore_logo_bow.odg (100%) rename Presentations/images/{ => recoretheme}/recore_logo_bow.pdf (100%) rename Presentations/images/{ => recoretheme}/recore_logo_bow.ps (100%) diff --git a/Presentations/Makefile b/Presentations/Makefile index 4e12dcc..d1a1e9f 100755 --- a/Presentations/Makefile +++ b/Presentations/Makefile @@ -8,7 +8,7 @@ REPEAT_TEXT = 'Rerun to get cross-references right' %.ps: %.svg inkscape $(addsuffix .svg,$(basename $@)) --export-ps=$@ -%.dvi: %.tex +%.dvi: %.tex images/recoretheme/recore_logo_bow.ps latex '\scrollmode\input $(basename $@)' || exit 1; \ latex '\scrollmode\input $(basename $@)' || exit 1; \ while grep -s $(REPEAT_TEXT) $(addsuffix .log,$(basename $@)) ; do \ @@ -16,8 +16,8 @@ REPEAT_TEXT = 'Rerun to get cross-references right' done # Extra dependencies -Progress.dvi: beamerthemerecore.sty images/*.ps -InternalProgress.dvi: beamerthemerecore.sty images/*.ps +Progress.dvi: beamerthemerecore.sty images/Compiling.ps +InternalProgress.dvi: beamerthemerecore.sty clean: rm -f *.ps *.pdf *.dvi *.log *.toc *.out *.aux *.bbl *.blg *.lof *.nav *.snm diff --git a/Presentations/images/recore_logo_bow.README b/Presentations/images/recoretheme/recore_logo_bow.README similarity index 100% rename from Presentations/images/recore_logo_bow.README rename to Presentations/images/recoretheme/recore_logo_bow.README diff --git a/Presentations/images/recore_logo_bow.odg b/Presentations/images/recoretheme/recore_logo_bow.odg similarity index 100% rename from Presentations/images/recore_logo_bow.odg rename to Presentations/images/recoretheme/recore_logo_bow.odg diff --git a/Presentations/images/recore_logo_bow.pdf b/Presentations/images/recoretheme/recore_logo_bow.pdf similarity index 100% rename from Presentations/images/recore_logo_bow.pdf rename to Presentations/images/recoretheme/recore_logo_bow.pdf diff --git a/Presentations/images/recore_logo_bow.ps b/Presentations/images/recoretheme/recore_logo_bow.ps similarity index 100% rename from Presentations/images/recore_logo_bow.ps rename to Presentations/images/recoretheme/recore_logo_bow.ps -- 2.30.2