]> Shamusworld >> Repos - ardour-manual/blobdiff - build.py
Move content from _manual/ to include/.
[ardour-manual] / build.py
index 980ececb386e34dcb061ccae953e4dbfeb40e7f2..639d8ef75c3108e853ae291a4d66e49dab3ce866 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -322,11 +322,6 @@ if os.access(siteDir, os.F_OK):
 
 shutil.copytree('./source', siteDir)
 
-# Yeah, need to make a symlink in include/ too :-P
-# [this will go away when the rewrite happens]
-if (os.access('include/_manual', os.F_OK) == False):
-       os.symlink('../_manual/', 'include/_manual')
-
 
 # Read the template, and fix the stuff that's fixed for all pages
 temp = open('page-template.txt')