mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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.
This commit is contained in:
parent
8bef1e2821
commit
60c541f588
2 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue