X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=build.py;h=e427623a98130d4df690275f22b3f3340b6ac87b;hb=53a0de36d9b164628bdd0ea1f21898eab1b887ac;hp=1645b0accaee0e56cd4312356c675d178deba9a5;hpb=da762c68fe2f69ec424a3af5b1360825d2dd9e9e;p=ardour-manual diff --git a/build.py b/build.py index 1645b0a..e427623 100755 --- a/build.py +++ b/build.py @@ -496,7 +496,7 @@ for header in fileStruct: if level > 0: if 'include' in header: srcFile = open('include/' + header['include']) - githubedit = '' + githubedit = 'Edit on GitHub' content = srcFile.read() srcFile.close()