X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build.py;h=10c047597a534ca9980a76d8c787928052b961b8;hb=9d0b0c6d46189523b75a8342b3534fd57adab4ea;hp=639d8ef75c3108e853ae291a4d66e49dab3ce866;hpb=2098e011e638b5c86c56e68df7757975fc4d728f;p=ardour-manual diff --git a/build.py b/build.py index 639d8ef..10c0475 100755 --- 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!