##// END OF EJS Templates
test-gendoc: adjust output to account for Swedish translation
Lee Cantey -
r9595:62194016 default
parent child Browse files
Show More
@@ -1,10 +1,11 b''
1 Basic install:
1 Basic install:
2
2
3 $ make # see install targets
3 $ make # see install targets
4 $ make install # do a system-wide install
4 $ make install # do a system-wide install
5 $ hg debuginstall # sanity-check setup
5 $ hg debuginstall # sanity-check setup
6 $ hg # see help
6 $ hg # see help
7
7
8 See http://mercurial.selenic.com/ for detailed installation
8 See http://mercurial.selenic.com/ for detailed installation
9 instructions, platform-specific notes, and Mercurial user information.
9 instructions, platform-specific notes, and Mercurial user information.
10
10
11 foo
@@ -1,30 +1,33 b''
1
1
2 % extracting documentation from C
2 % extracting documentation from C
3 checking for parse errors with rst2html
3 checking for parse errors with rst2html
4
4
5 % extracting documentation from da
5 % extracting documentation from da
6 checking for parse errors with rst2html
6 checking for parse errors with rst2html
7
7
8 % extracting documentation from de
8 % extracting documentation from de
9 checking for parse errors with rst2html
9 checking for parse errors with rst2html
10
10
11 % extracting documentation from el
11 % extracting documentation from el
12 checking for parse errors with rst2html
12 checking for parse errors with rst2html
13
13
14 % extracting documentation from fr
14 % extracting documentation from fr
15 checking for parse errors with rst2html
15 checking for parse errors with rst2html
16
16
17 % extracting documentation from it
17 % extracting documentation from it
18 checking for parse errors with rst2html
18 checking for parse errors with rst2html
19
19
20 % extracting documentation from ja
20 % extracting documentation from ja
21 checking for parse errors with rst2html
21 checking for parse errors with rst2html
22
22
23 % extracting documentation from pt_BR
23 % extracting documentation from pt_BR
24 checking for parse errors with rst2html
24 checking for parse errors with rst2html
25
25
26 % extracting documentation from sv
27 checking for parse errors with rst2html
28
26 % extracting documentation from zh_CN
29 % extracting documentation from zh_CN
27 checking for parse errors with rst2html
30 checking for parse errors with rst2html
28
31
29 % extracting documentation from zh_TW
32 % extracting documentation from zh_TW
30 checking for parse errors with rst2html
33 checking for parse errors with rst2html
General Comments 0
You need to be logged in to leave comments. Login now