summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-06-15 09:32:04 +0000
committerwlemb <wlemb>2002-06-15 09:32:04 +0000
commitfeecf18f5eeba1ff02ff4592fa75e8808bb46c13 (patch)
tree2475850e9b6159b33acbf3bce0b2e58837c8d655 /configure.ac
parent515a9ec8dbc8a5d12a731d9a22a5ab65f37ee075 (diff)
downloadgroff-feecf18f5eeba1ff02ff4592fa75e8808bb46c13.tar.gz
Don't produce HTML files if utility programs are missing.
* Makefile.in (make_html, make_install_html): New variables. (MDEFINES): Updated. * aclocal.m4 (GROFF_HTML_PROGRAMS): New function to test for HTML utility programs. * configure.ac: Use it. * configure: Regenerated. * doc/Makefile.sub (PROCESSEDEXAMPLEFILES): Move webpage.html to... (HTMLEXAMPLESFILES): This new variable. (EXAMPLESIMAGEFILES): Renamed to... (HTMLEXAMPLEIMAGEFILES): This. (CLEANADD): Add HTMLEXAMPLEFILES. (all): Use `make_html'. (html): New target. (install_data): Use `make_install_html'. Move html stuff to... (install_html): This new target. (uninstall_sub): Updated.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 33c5255c..749840d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,7 @@ GROFF_BROKEN_SPOOLER_FLAGS
GROFF_PAGE
GROFF_G
GROFF_TMAC
+GROFF_HTML_PROGRAMS
AC_CONFIG_FILES(stamp-h, [echo timestamp > stamp-h])
AC_CONFIG_FILES([Makefile doc/Makefile src/xditview/Imakefile])
AC_OUTPUT