]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - README.md
Version 1.0 of the final Python build script.
[ardour-manual-diverged] / README.md
index fd61c3b5ca408d6772596017e7333d010d7ed2b6..8853f06a761a1e64c09c9c61c1656b4ceb55284c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -152,16 +152,12 @@ The page format contained in the `_manual/` directory is different to the final
 
 The above will have to be revised eventually, but for now, here's what's what:
 
-1. All content lives in master-doc.txt and in include/ .
+1. All content lives in master-doc.txt and in `include/`.
 
-2. A little C helper program needs to be built and run. To build it, do:
+2. Run the 'build' script:
 
-        gcc munge.cpp -o munge -lstdc++ -g
+        ./build.py
 
-3. Run the 'doit' script:
-
-        ./doit
-
-4. Now _site/ should contain the correct built site. Have fun! ;-)
+3. Now `website/` contains the built site. Have fun! ;-)