From d9ce7916e309e2393d824e249f512d2629e5e181 Mon Sep 17 00:00:00 2001 From: "R. Tyler Ballance" Date: Mon, 16 Nov 2009 21:09:13 -0800 Subject: Revert "Delete the "old" docs directory to make way for fancy smancy sphinx" This reverts commit 5dc95cfcd015628665d3672e56d0551943b5db6b. --- docs/devel_guide_src/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 docs/devel_guide_src/README (limited to 'docs/devel_guide_src/README') diff --git a/docs/devel_guide_src/README b/docs/devel_guide_src/README new file mode 100755 index 0000000..3b45564 --- /dev/null +++ b/docs/devel_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'. -- cgit v1.2.1