Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
diceware-debian
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drebs
diceware-debian
Commits
87a0ccd5
Commit
87a0ccd5
authored
7 years ago
by
ulif
Browse files
Options
Downloads
Patches
Plain Diff
Fix script name.
Looks like we need the '.py' filename extension to call `rst2man` in regular installs.
parent
5e4c8bc8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+1
-1
1 addition, 1 deletion
README.rst
with
1 addition
and
1 deletion
README.rst
+
1
−
1
View file @
87a0ccd5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment