From 39f4ed794168c824015754e451b4b191fddad643 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 16 Feb 2010 19:57:27 -0500 Subject: doc: use HAVE_GROFF_MS to skip doc when 's.tmac' macros missing This conditional is defined in XORG_WITH_GROFF macro. Signed-off-by: Gaetan Nadon --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index b84ff45..22657df 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,7 +28,7 @@ doc_sources = macros.t SMlib.ms xsmp.ms EXTRA_DIST = $(doc_sources) if ENABLE_DOCS -if HAVE_GROFF +if HAVE_GROFF_MS doc_DATA = SMlib.txt SMlib.ps SMlib.html xsmp.txt xsmp.ps xsmp.html imagesdir = $(docdir)/images @@ -78,5 +78,5 @@ SUFFIXES = .ms .ps .txt .html .ms.html: $(AM_V_GEN) $(GROFF) -Thtml -P-Dimages -P-I$*-image $(GROFF_FLAGS) $< 2> index.$@.raw > $@ -endif HAVE_GROFF +endif HAVE_GROFF_MS endif ENABLE_DOCS -- cgit v1.2.1