mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
parent
f5cf614ed3
commit
15c6a9b023
@ -1471,7 +1471,7 @@ AC_CONFIG_FILES([
|
||||
if test x$asciidoc = xtrue && test $ASCIIDOC = "none" ; then
|
||||
regular_mans=(doc/tor doc/tor-gencert doc/tor-resolve doc/torify)
|
||||
for file in $regular_mans ; do
|
||||
if ! [[ -f $file.1.in ]] || ! [[ -f $file.html.in ]] ; then
|
||||
if ! [[ -f $srcdir/$file.1.in ]] || ! [[ -f $srcdir/$file.html.in ]] ; then
|
||||
echo "==================================";
|
||||
echo;
|
||||
echo "You need asciidoc installed to be able to build the manpage.";
|
||||
|
Loading…
Reference in New Issue
Block a user