Re: [PATCH] cifs-utils: support rst2man-3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Alexander Bokovoy <ab@xxxxxxxxx> writes:

> Hi,
>
> Python 3 version of rst2man utility is called rst2man-3. On systems
> without python 2 bits rst2man is not found. This patch adds support for
> rst2man-3 so that man pages can still be created.

It's called rst2man-3.4 here, you probably want to check for that too.

>  # if docs are not disabled, check if rst2man is available
>  if test $enable_man != "no"; then
> -	AC_CHECK_PROG(have_rst2man, rst2man, yes, no)
> +	AC_CHECK_PROGS(have_rst2man, rst2man-3 rst2man, no)
>  	if test $have_rst2man = "no"; then
>  		if test $enable_man = "yes"; then
>  			AC_MSG_ERROR([rst2man not found: cannot generate man pages, consider installing perl.])
                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^

Should be "python" and/or even python(3)-docutils, which doesn't look
like a base package.

Cheers,
-- 
Aurélien Aptel / SUSE Labs Samba Team
GPG: 1839 CB5F 9F5B FB9B AA97  8C99 03C8 A49B 521B D5D3
SUSE Linux GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux