master
Lunar Import build system from pr...

Lunar authored 9 years ago

1) Tor Browser User Manual
2) =======================
3) 
4) Written using Mallard.
5) 
6) Original (English) source lies in `C`.
7) 
8) Building the HTML version
9) -------------------------
10) 
11) Required dependencies on Debian:
12) 
Lunar Add missing build dependenc...

Lunar authored 9 years ago

13)     git autoconf yelp-tools yelp-xsl intltool
Lunar Import build system from pr...

Lunar authored 9 years ago

14) 
15) Bootstrap:
16) 
17)     autoreconf -vif
18) 
19) Build:
20) 
21)     ./configure
22)     make html
23) 
Colin Childs Adding details to README fo...

Colin Childs authored 5 years ago

24) Generating the .POT file for localization
25) -----------------------------------------
26) xml2po -o tor-browser-user-manual.pot -m mallard ./C/*.page
27)