From a80bcaedafa14c7c8ca099d55e843365ecec030d Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Mon, 10 Jun 2002 22:54:27 +0000 Subject: [PATCH] o find all figures in figures/ dir --- doc/pubdesign/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pubdesign/Makefile b/doc/pubdesign/Makefile index 4e8e695fffe..0694dc64afb 100644 --- a/doc/pubdesign/Makefile +++ b/doc/pubdesign/Makefile @@ -14,8 +14,8 @@ REPORT = report TEX = llnl.tex $(REPORT).tex FIGDIR = figures -FIGS = arch.eps \ - slurm-arch.eps \ +FIGS = $(FIGDIR)/arch.eps \ + $(FIGDIR)/slurm-arch.eps \ $(FIGDIR)/entities.eps \ $(FIGDIR)/connections.eps \ $(FIGDIR)/interactive-job-init.eps \ -- GitLab