summaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2005-10-27 21:30:29 +0000
committerwl <wl>2005-10-27 21:30:29 +0000
commit72f2602fb70c2409a54dcf6b9a91f684ef07c177 (patch)
treecc336b7b4182923ce639141f25f9b3a969a1d815 /doc/Makefile.in
parent130e9255cef8fb14d74d4812bf27bf2822de91c5 (diff)
downloadgroff-72f2602fb70c2409a54dcf6b9a91f684ef07c177.tar.gz
* aclocal.m4 (GROFF_MAKEINFO): New function for checking whether
makeinfo 4.8 or newer is available. * configure.ac: Call GROFF_MAKEINFO. * configure: Regenerated. * Makefile.in (MAKEINFO): Use autoconf variable. (MDEFINES): Add MAKEINFO. * doc/Makefile.in (MAKEINFO): Use autoconf variable. * doc/Makefile.sub (MAKEINFO): Remove.
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 05fb5bc2..b48a6480 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -41,8 +41,7 @@ GROFF_BIN_PATH=`echo $(groff_bin_dirs) | sed -e 's| *|:|g'`
# info files are distributed with the groff package, so makeinfo is
# usually not needed (however, to build from CVS you NEED it!)
-# FIXME: Add autoconf test to check whether makeinfo exists.
-MAKEINFO=makeinfo
+MAKEINFO=@MAKEINFO@
# Users who want to print out the groff manual are expected to have
# a working TeX installation.