From: wangchao Date: Mon, 30 Aug 2004 08:32:45 +0000 (+0000) Subject: add a make target to doc/Makefile.am for recovery-manual.pdf, X-Git-Tag: v1_7_100~1917 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=224f982038974b7fae154a0d00add033db9293e7 add a make target to doc/Makefile.am for recovery-manual.pdf, --- 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 $< > $@