From 82dc290b16034eed835bfd8c99b05eca51399cc3 Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 16 Jun 2006 00:29:07 +0000 Subject: [PATCH] Have to include the contents of man_MANS in EXTRA_DIST, not just a reference to it. This is because man_MANS is conditional on building the utils but even if the tree is configure without utils, it should not prevent the utils files from being put in the "dist" tarball. --- lustre/doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 0ed46ec..1d02c60 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -23,7 +23,7 @@ LYXFILES= $(filter-out $(patsubst %.lin,%.lyx,$(wildcard *.lin)),\ CLEANFILES = *.aux *.tex *.log *.pdf -EXTRA_DIST = tex2pdf $(man_MANS) \ +EXTRA_DIST = tex2pdf lustre.7 mount.lustre.8 mkfs.lustre.8 tunefs.lustre.8 \ $(LYXFILES) lfs.1 lctl.8 all: -- 1.8.3.1