support rst2man.py (was Re: [PATCH] cifs-utils: support rst2man-3)

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

 



On 2018-07-17, Alexander Bokovoy said:
>
> Right. I replaced rst2man in RST2MAN definition in Makefile.am by
> $(have_rst2man) and given that we only call for that when CONFIG_MAN
> is set, that should complete the change.
...
>+ AC_CHECK_PROGS(have_rst2man, rst2man-3.6 rst2man-3.4 rst2man-3 rst2man, no)

Some OS's (Gentoo Linux, possibly OSX?) install rst2man as rst2man.py.

Please do:

- AC_CHECK_PROGS(have_rst2man, rst2man-3.6 rst2man-3.4 rst2man-3 rst2man, no)
+ AC_CHECK_PROGS(have_rst2man, rst2man-3.6 rst2man-3.4 rst2man-3 rst2man.py rst2man, no)

* I couldn't find a git repo where the above had actually landed?
  https://wiki.samba.org/index.php/LinuxCIFS points to
  https://wiki.samba.org/index.php/LinuxCIFS_utils, which points to
  git://git.samba.org/cifs-utils.git, which has not gotten a commit
  since 2018-07-10 (master) or 2018-07-15 (next), unless I am just dumb.

Thanks,

-- 

Hank Leininger <hlein@xxxxxxxxxxxxx>
5F6D DCC8 FF53 8093 EC39  127B 091E 7F7C E898 E86C

Attachment: signature.asc
Description: Digital signature


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

  Powered by Linux