From 456be93956d1f0acfa50dc3bc19ac6e2b9d2d77a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 14 Jul 2020 09:02:03 -0400 Subject: doc: Move manpages into doc/man/ Closes #40044 Signed-off-by: David Goulet --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 75fd709f9b..3076f2f1ff 100644 --- a/configure.ac +++ b/configure.ac @@ -2611,7 +2611,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" + regular_mans="doc/man/tor doc/man/tor-gencert doc/man/tor-resolve doc/man/torify" for file in $regular_mans ; do if ! [[ -f "$srcdir/$file.1.in" ]] || ! [[ -f "$srcdir/$file.html.in" ]] ; then echo "=================================="; -- cgit v1.2.3-54-g00ecf