aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-07-14 09:02:03 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-07-14 09:02:03 -0400
commit456be93956d1f0acfa50dc3bc19ac6e2b9d2d77a (patch)
treeac12639e1687e915df8330aa0584887f2725efad /configure.ac
parent29a474294c968218576ec6d912a94b8187a1e47b (diff)
downloadtor-456be93956d1f0acfa50dc3bc19ac6e2b9d2d77a.tar.gz
tor-456be93956d1f0acfa50dc3bc19ac6e2b9d2d77a.zip
doc: Move manpages into doc/man/
Closes #40044 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 "==================================";