From 428c3638c17ac5d224baa9aa41fa4c0f09c11b90 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Sat, 30 May 2015 00:15:11 +0200 Subject: [PATCH] Enable syncthing(1) page --- conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.py b/conf.py index 8687f1882..91a08f351 100644 --- a/conf.py +++ b/conf.py @@ -249,6 +249,9 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ + ('users/syncthing', 'syncthing', + 'Syncthing', + ['The Syncthing Authors'], 1), ('users/config', 'syncthing-config', 'Syncthing Configuration', ['The Syncthing Authors'], 5),