Revert "Add version information to manpage filename"

This reverts commit 3949222974.

Sorry for the noise. :/
This commit is contained in:
Stefan Tatschner
2015-09-23 10:20:39 +02:00
parent 3949222974
commit 6470d651bb

View File

@@ -279,11 +279,11 @@ man_pages = [
('users/faq', 'syncthing-faq',
'Frequently Asked Questions',
['The Syncthing Authors'], 7),
('specs/bep-v1', 'syncthing-bep-v1',
'Block Exchange Protocol',
('specs/bep-v1', 'syncthing-bep',
'Block Exchange Protocol v1',
['The Syncthing Authors'], 7),
('specs/localdisco-v3', 'syncthing-localdisco-v3',
'Local Discovery Protocol',
('specs/localdisco-v3', 'syncthing-localdisco',
'Local Discovery Protocol v3',
['The Syncthing Authors'], 7),
]