From 87a0ccd56023f4e803f1daabe633b76517fadbe9 Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Mon, 28 Aug 2017 08:51:13 +0200 Subject: [PATCH] Fix script name. Looks like we need the '.py' filename extension to call `rst2man` in regular installs. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 40c532f..fd6e02b 100644 --- a/README.rst +++ b/README.rst @@ -357,7 +357,7 @@ We provide a `ReStructuredTexT`_ template to create a man page. When the documentation engine is installed (`Sphinx`_, see above), then you can create a manpage doing:: - (py34) $ rst2man docs/manpage.rst > diceware.1 + (py34) $ rst2man.py docs/manpage.rst > diceware.1 The template is mainly provided to ease the job of Debian maintainers. Currently, it is not automatically updated. Dates, authors, synopsis, etc. have -- GitLab