diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-02-16 19:57:27 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-02-16 19:57:27 -0500 |
commit | 39f4ed794168c824015754e451b4b191fddad643 (patch) | |
tree | c656ab0eca2a7536d725a02411fe151d6e23a5e5 /doc | |
parent | 64f201ae65de7024bce0a85d6380ac158a3b5852 (diff) |
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 <memsize@videotron.ca>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 4 |
1 files 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 |