X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fdoc%2FMakefile.am;h=9f88aecb767e8e4d266254f65e8513ddcb396dd0;hb=c041bed494f6d384f0b3fd9768efaddd33ded0c4;hp=fc26608b887a99e586eec57a41f3286f6a54a978;hpb=9bd8eface975b70859e3d7f0bc8b588bc7390d1c;p=fs%2Flustre-release.git diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index fc26608..9f88aec 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -8,10 +8,15 @@ LYX2HTML = lyx --export html SUFFIXES = .lyx .pdf .sgml .html .txt .fig .eps DOCS = master.pdf lustre-HOWTO.txt -IMAGES = networklayer.eps bigpicture.eps intermezzo.eps mds.eps portals.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 lockqueues.eps lockexample1.eps lockexample2.eps lockexample3.eps lockexample4.eps lockseverity.eps -CLEANFILES = $(IMAGES) $(DOCS) +IMAGES = cache1.eps cache2.eps intermezzocache.eps intermezzofilesys.eps meta.eps metadata1.eps networklayer.eps bigpicture.eps intermezzo.eps mds.eps portals.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 lockqueues.eps lockexample1.eps lockexample2.eps lockexample3.eps lockexample4.eps lockseverity.eps +LYXFILES= master.lyx evolution.lyx llocks.lyx mgmt.lyx uncertain.lyx\ + fs.lyx lustre-HOWTO.lyx namespace.lyx\ + glossary.lyx lustre-debugging.lyx network.lyx\ + intro.lyx obdspec.lyx -EXTRA_DIST = $(DOCS) +MAINTAINERCLEANFILES = $(IMAGES) $(DOCS) + +EXTRA_DIST = $(DOCS) $(IMAGES) $(LYXFILES) all: $(DOCS)