Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable doc: add missing package for Ubuntu in ReadMe.txt

Changeset 50685b25e69c

Parent 8fe6e124b319

by André Sintzoff

Changes to one file · Browse files at 50685b25e69c Showing diff from parent 8fe6e124b319 Diff from another changeset...

Change 1 of 1 Show Changes Only doc/​ReadMe.txt Stacked
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
 TortoiseHg Documentation    To build this documentation you need sphinx installed. On Ubuntu this  is the python-sphinx package. On Windows your best bet is  easy_install. To build without warnings, you need sphinx 0.6 or later.   -To build PDF files you need latex packages. On Ubuntu this is -texlive-latex-extra and all of it's dependencies. On Windows the best -choice is miktex. +To build PDF files you need latex packages. On Ubuntu these are +texlive-latex-extra, texlive-fonts-recommended and all of their +dependencies. On Windows the best choice is miktex.    Once all of the prerequisites are in place, you can use the makefile to  build targets: html htmlhelp latex    Once latex is built, you have to cd into that output directory and run  make all-pdf to build the actual PDF file.    Once htmlhelp is built, you have to run the actual help compiler on a  Windows machine.    On Windows, if you have no make tool you can use build.bat. If HTML  compiler and miktex are installed you can directly generate chm  (build chm) and pdf (build pdf).    Hacking the source  ==================    Please follow this rules when hacking the doc source files.    - As suggested by Sphinx (see http://sphinx.pocoo.org/rest.html#sections)   use:     *************   Chapter title   *************     Section title   =============     Subsection title   ----------------     Subsubsection title   ^^^^^^^^^^^^^^^^^^^    - To indicate a key or a combination of keys use :kbd:, for example:     :kbd:`Ctrl-A`    - To indicate a label, button or anything that appears in user interfaces   use :guilabel:, for example:     :guilabel:`Commit`    - To indicate a menu choice use :menuselection: and -->, for example:     :menuselection:`TortoiseHg... --> About`    - To indicate a file use :file:, for example:     :file:`.hg/hgrc`    - To indicate a command to enter into command window use :command:, for example:     :command:`hgtk log`    - To indicate a text to enter into a text input field in the GUI use ``, for example:     ``myproxy:8000``