diff options
author | Werner Koch <[email protected]> | 2024-08-19 12:00:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-08-19 12:00:26 +0000 |
commit | 60c541f5880e8c603ca9372d3ca8b7ad68b97018 (patch) | |
tree | 0abaa1aa9a51a5ce0fcd1123e3b7aa392270b414 /configure.ac | |
parent | gpg: Minor fix when building with --disable-exec (diff) | |
download | gnupg-60c541f5880e8c603ca9372d3ca8b7ad68b97018.tar.gz gnupg-60c541f5880e8c603ca9372d3ca8b7ad68b97018.zip |
doc: Remove included yat2m and build HTML versions of the man pages.
* configure.ac (YAT2M): Use standard detection.
* doc/Makefile.am (EXTRA_DIST): Remove yat2m.c.
(CLEANFILES): Ditto.
(yat2m): Remove targets.
(yat2m-stamp): Also build html versions.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 928f8b49c..c8999d923 100644 --- a/configure.ac +++ b/configure.ac @@ -639,9 +639,7 @@ AC_PROG_RANLIB AC_CHECK_TOOL(AR, ar, :) AC_PATH_PROG(PERL,"perl") AC_CHECK_TOOL(WINDRES, windres, :) -AC_PATH_PROG(YAT2M, "yat2m", "./yat2m" ) -AC_ARG_VAR(YAT2M, [tool to convert texi to man pages]) -AM_CONDITIONAL(HAVE_YAT2M, test -n "$ac_cv_path_YAT2M") +AC_PATH_PROG(YAT2M, [yat2m], [:]) AC_SEARCH_LIBS([strerror],[cposix]) AC_SYS_LARGEFILE |