]> Shamusworld >> Repos - ardour-manual/blobdiff - build.py
Minor tweaks to README and style guide to reflect new build system.
[ardour-manual] / build.py
index 639d8ef75c3108e853ae291a4d66e49dab3ce866..10c047597a534ca9980a76d8c787928052b961b8 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -466,10 +466,8 @@ for header in fileStruct:
        page = page.replace('{% prevnext %}', prevnext)
        page = page.replace('{{ content }}', content + more)
 
-       # Create the directory for the index.html file to go into
-       # (we use makedirs, because we have to in order to accomadate the 'uri'
-       # keyword
-#      os.mkdir(siteDir + header['filename'], 0o775)
+       # Create the directory for the index.html file to go into (we use makedirs,
+       # because we have to in order to accomodate the 'uri' keyword)
        os.makedirs(siteDir + header['filename'], 0o775, exist_ok=True)
 
        # Finally, write the file!