From 224f982038974b7fae154a0d00add033db9293e7 Mon Sep 17 00:00:00 2001 From: wangchao Date: Mon, 30 Aug 2004 08:32:45 +0000 Subject: [PATCH] add a make target to doc/Makefile.am for recovery-manual.pdf, --- 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 a47d5e7..cd7f2d7 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -15,7 +15,7 @@ TEXEXPAND = texexpand SUFFIXES = .lin .lyx .pdf .ps .sgml .html .txt .tex .fig .eps .dvi if DOC - DOCS = lustre.pdf + DOCS = lustre.pdf recovery-manual.pdf else DOCS = endif @@ -77,7 +77,7 @@ $(VERSIONED) : %.lyx: %.lin Makefile .ps.pdf: $(PS2PDF) $< $@ -lustre.tex lustre.pdf lustre.txt lustre.html: $(IMAGES) $(LYXFILES) +lustre.tex lustre.pdf recovery-manual.pdf lustre.txt lustre.html: $(IMAGES) $(LYXFILES) .fig.eps: -fig2dev -L eps $< > $@ -- 1.8.3.1