Merge pull request #1394 from twpayne/zoomify

Zoomify (updated)
This commit is contained in:
Tom Payne
2014-01-02 09:19:53 -08:00
11 changed files with 390 additions and 19 deletions

View File

@@ -705,7 +705,9 @@ def host_examples(t):
@target('check-examples', 'host-examples', phony=True)
def check_examples(t):
examples = ['build/hosted/%(BRANCH)s/' + e for e in EXAMPLES]
examples = ['build/hosted/%(BRANCH)s/' + e
for e in EXAMPLES
if not open(e).readline().startswith('// NOCHECK')]
all_examples = \
[e + '?mode=advanced' for e in examples]
for example in all_examples: