summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2018-07-11 10:54:09 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2018-07-11 10:54:09 +0900
commitf1162767e3552d05c1255497d49de15c2d94d0b4 (patch)
tree7e6a515fdfbe55bf999f6304119aa0d8bb4f55a8
parent302d43a130e2364ea882474088a8b0a31bc325b9 (diff)
downloadlibgpg-error-f1162767e3552d05c1255497d49de15c2d94d0b4.tar.gz
doc: Now, yat2m is a standard tool.
* configure.ac (YAT2M, HAVE_YAT2M): Remove. * doc/Makefile.am: Always use yat2m which comes with this source. -- Suggested-by: Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> Fixes-commit: 4dc6d4d2067c726cdb13593bf151637319ff65e6 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-rw-r--r--configure.ac4
-rw-r--r--doc/Makefile.am5
2 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 9a462dc..5c69dce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,10 +138,6 @@ fi
AC_MSG_RESULT($CC_FOR_BUILD)
AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler])
-AC_PATH_PROG(YAT2M, yat2m)
-AC_ARG_VAR(YAT2M, [tool to convert texi to man pages])
-AM_CONDITIONAL(HAVE_YAT2M, test -n "$ac_cv_path_YAT2M")
-
AH_BOTTOM([
/* Force using of NLS for W32 even if no libintl has been found. This is
okay because we have our own gettext implementation for W32. */
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6f3e5a1..d9d5d15 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -37,10 +37,6 @@ myman_pages = gpg-error-config.1
man_MANS = $(myman_pages)
-if HAVE_YAT2M
-YAT2M_CMD = $(YAT2M)
-YAT2M_DEP = $(YAT2M)
-else
if CROSS_COMPILING
YAT2M_CMD = ./yat2m-for-build
YAT2M_DEP = yat2m-for-build
@@ -57,7 +53,6 @@ YAT2M_CMD = ./yat2m
YAT2M_DEP = yat2m
endif
endif
-endif
yat2m-stamp: $(myman_sources) $(srcdir)/version.texi
@rm -f yat2m-stamp.tmp