]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - README.md
Sync with master branch.
[ardour-manual-diverged] / README.md
index 90deb8f5887c3a7bb75582862783bca1806a5f90..fd61c3b5ca408d6772596017e7333d010d7ed2b6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -152,14 +152,16 @@ 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. A little C helper program needs to be built and run. To build it, do:
+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:
 
         gcc munge.cpp -o munge -lstdc++ -g
 
-2. Run the 'doit' script:
+3. Run the 'doit' script:
 
         ./doit
 
-3. Now _site should contain the correct built site. Have fun! ;-)
+4. Now _site/ should contain the correct built site. Have fun! ;-)