File: doc-debian-paths.diff

package info (click to toggle)
python-docutils 0.22%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 11,448 kB
  • sloc: python: 53,302; lisp: 14,475; xml: 1,807; javascript: 1,032; makefile: 102; sh: 96
file content (34 lines) | stat: -rw-r--r-- 1,116 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From: Simon McVittie <smcv@debian.org>
Date: Thu, 8 Oct 2015 11:57:03 -0700
Subject: Rename buildhtml.py to rst-buildhtml

Change paths in documentation to match Debian's. Debian policy recommends not
having extensions like .py on script names, and buildhtml seems too generic a
name.

Forwarded: not-needed
Last-Update: 2023-05-20
---
 docs/user/tools.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/user/tools.rst b/docs/user/tools.rst
index 9cf4537..6d3d51d 100644
--- a/docs/user/tools.rst
+++ b/docs/user/tools.rst
@@ -344,12 +344,14 @@ buildhtml.py
 :Writers: html_, html5_, pep_html_
 :Config_: `[buildhtml application]`_
 
+In Debian this tool is installed under the name rst-buildhtml.
+
 The ``buildhtml.py`` script can be found in the ``/tools`` directory of
 the "docutils" source. It is not included in binary packages. [#]_
 
 Usage::
 
-    buildhtml.py [options] [<directory> ...]
+    rst-buildhtml [options] [<directory> ...]
 
 Use ``buildhtml.py`` to generate ``*.html`` from reStructuredText
 source files in each <directory> given, and their subdirectories too.