Whamcloud - gitweb
add a make target to doc/Makefile.am for recovery-manual.pdf,
authorwangchao <wangchao>
Mon, 30 Aug 2004 08:32:45 +0000 (08:32 +0000)
committerwangchao <wangchao>
Mon, 30 Aug 2004 08:32:45 +0000 (08:32 +0000)
lustre/doc/Makefile.am

index a47d5e7..cd7f2d7 100644 (file)
@@ -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 $< > $@