From 3949222974ec02798d92de7ac7f3007aad43378f Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Wed, 23 Sep 2015 10:17:58 +0200 Subject: [PATCH] Add version information to manpage filename --- conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.py b/conf.py index 3621b0259..dd5b8e64d 100644 --- a/conf.py +++ b/conf.py @@ -279,11 +279,11 @@ man_pages = [ ('users/faq', 'syncthing-faq', 'Frequently Asked Questions', ['The Syncthing Authors'], 7), - ('specs/bep-v1', 'syncthing-bep', - 'Block Exchange Protocol v1', + ('specs/bep-v1', 'syncthing-bep-v1', + 'Block Exchange Protocol', ['The Syncthing Authors'], 7), - ('specs/localdisco-v3', 'syncthing-localdisco', - 'Local Discovery Protocol v3', + ('specs/localdisco-v3', 'syncthing-localdisco-v3', + 'Local Discovery Protocol', ['The Syncthing Authors'], 7), ]