summaryrefslogtreecommitdiff
path: root/docs/users_guide_src/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide_src/README')
-rwxr-xr-xdocs/users_guide_src/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/users_guide_src/README b/docs/users_guide_src/README
new file mode 100755
index 0000000..3b45564
--- /dev/null
+++ b/docs/users_guide_src/README
@@ -0,0 +1,9 @@
+To build the Cheetah documentation, you need the 'mkhowto' program from
+the Python source distribution. So:
+
+1) Get the Python source distribution and unpack it in some directory.
+
+2) Edit the Cheetah documentation's Makefile and change PYTHONSRC to
+point to the top-level directory of your Python source distribution.
+
+3) Run 'make'.