Make CHM version from sources.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 13 Jul 2012 23:45:47 +0300
changeset 1339 04633ffa1cac
parent 1338 4e268948ba99
child 1340 7e7fc9c30158
Make CHM version from sources.
README.rst
--- a/README.rst	Fri Jul 13 23:30:16 2012 +0300
+++ b/README.rst	Fri Jul 13 23:45:47 2012 +0300
@@ -30,8 +30,8 @@
 
 So be careful!
 
-Make HTML version.
-==================
+Make HTML version from sources.
+===============================
 
 Install docutils package::
 
@@ -41,5 +41,19 @@
 
   $ make html
   $ sensible-browser tips-html/index.html
+  $ sensible-browser tips-html/frame.html
 
+Make CHM version from sources.
+==============================
 
+Install docutils package::
+
+  $ sudo apt-get install docutils-common   # for Debian
+
+and build::
+
+  $ make html
+
+Enter to ``tips-html`` directory and compile with ``Microsoft's HTML Help SDK``.
+Under Linux you can use ``Wine`` to run Windows binary.
+