From: radhikav Date: Thu, 31 Oct 2002 17:18:47 +0000 (+0000) Subject: Modified the makefile.am to allow creation of only lustre-HOWTO.txt by default. X-Git-Tag: 0.5.16~55 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=6438cb3562711c205d5754c2b77b135de9a53c88;p=fs%2Flustre-release.git Modified the makefile.am to allow creation of only lustre-HOWTO.txt by default. 'make docs' will build the lustre.pdf document. --- diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 84de308..d261050 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -15,6 +15,7 @@ TEXEXPAND = texexpand SUFFIXES = .lin .lyx .pdf .ps .sgml .html .txt .tex .fig .eps .dvi DOCS = lustre.pdf lustre-HOWTO.txt +HOWTODOC = lustre-HOWTO.txt IMAGES := $(patsubst %.fig,%.eps,$(wildcard *.fig)) LYXFILES= $(filter-out $(patsubst %.lin,%.lyx,$(wildcard *.lin)),\ $(wildcard *.lin *.lyx)) @@ -26,7 +27,8 @@ GENERATED = $(VERSIONED) lustre-full.tex lustre-chbar.tex EXTRA_DIST = chbar.sh postbar tex2pdf $(DOCS) $(IMAGES) $(LYXFILES) lustre.bib -all: $(DOCS) +all: $(HOWTODOC) +docs: $(DOCS) # These variables are set by lbuild/check-build. RPMRELEASE ?= RELEASE