Whamcloud - gitweb
Remove no-longer-needed inode operations (they previously had extN EA VFS
[fs/lustre-release.git] / lustre / doc / Makefile.am
index d43ef09..34895bf 100644 (file)
@@ -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
@@ -16,13 +17,11 @@ all: master.pdf
        $(LYX2PDF) $< 2>/dev/null || printf "\n*** Warning: not creating PDF docs; install lyx to rectify this\n"
 
 .fig.eps:
-       fig2dev -L eps $< > $@
+       -fig2dev -L eps $< > $@
 
 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
 
 include $(top_srcdir)/Rules
-