X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fdoc%2FMakefile.am;h=7b588344c4bb1e9cb939f4ccef39e091463a95bb;hb=191061ee668400324f4505cf498f1ee2d57e4962;hp=dce13432fd71a88736db80808681f793ec64207d;hpb=86f8aaddd53ca75bdf3f4d5c1c92536be2da1415;p=fs%2Flustre-release.git diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index dce1343..7b58834 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -20,6 +20,11 @@ else DOCS = endif +if UTILS +man_MANS = lfs.1 lmc.1 lwizard.1 lconf.8 lctl.8 +endif + + IMAGES := $(patsubst %.fig,%.eps,$(wildcard *.fig)) LYXFILES= $(filter-out $(patsubst %.lin,%.lyx,$(wildcard *.lin)),\ $(wildcard *.lin *.lyx)) @@ -29,7 +34,8 @@ CLEANFILES = *.aux *.tex doc.old/*.aux doc.old/*.tex *.eps *.log *.pdf VERSIONED = lustre.lyx doc.old/lustre.lyx GENERATED = $(VERSIONED) lustre-full.tex lustre-chbar.tex -EXTRA_DIST = chbar.sh postbar tex2pdf $(DOCS) $(IMAGES) $(LYXFILES) lustre.bib +EXTRA_DIST = chbar.sh postbar tex2pdf $(DOCS) $(man_MANS) $(IMAGES) \ + $(LYXFILES) lustre.bib lfs.1 lmc.1 lwizard.1 lconf.8 lctl.8 all: docs: $(DOCS)