From 1c8fef8e1e4691b521b8e0156907a02239705995 Mon Sep 17 00:00:00 2001 From: braam Date: Tue, 2 Apr 2002 19:29:19 +0000 Subject: [PATCH] - this Makefile.am re-builds the eps pictures and the master pdf document --- lustre/doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index d43ef09..d379eb0 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -7,7 +7,8 @@ SUFFIXES = .lyx .pdf .sgml .html .txt .fig .eps DOCS = master.pdf # doc_DATA = $(DOCS) OBD-HOWTO.html OBD-HOWTO.txt -CLEANFILES = OBD-HOWTO.html OBD-HOWTO.txt +CLEANFILES = bigpicture.eps intermezzo.eps mds.eps portals-lib.eps client.eps layering.eps metadata.eps sb.eps cow.eps lockacq.eps obdfs.eps snapsetup.eps dirbodyapi.eps loraid.eps ost.eps updates.eps hotmigrate.eps lustreclusters.eps osthw.eps portals-lib.eps master.pdf master.html + EXTRA_DIST = $(DOCS) all: master.pdf @@ -20,7 +21,6 @@ all: master.pdf master.pdf: master.lyx bigpicture.eps intermezzo.eps mds.eps portals-lib.eps client.eps layering.eps metadata.eps sb.eps cow.eps lockacq.eps obdfs.eps snapsetup.eps dirbodyapi.eps loraid.eps ost.eps updates.eps hotmigrate.eps lustreclusters.eps osthw.eps - dist-hook: rm -rf $(distdir)/figs/CVS -- 1.8.3.1