Skip to content

Commit

Permalink
Tweak genRelease for web target directory instead of internal in gitl…
Browse files Browse the repository at this point in the history
…ab branch.
  • Loading branch information
oddhack committed Jul 1, 2016
1 parent e5b1613 commit b7cac8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/specs/vulkan/genRelease
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ from genspec import *

buildBranch('1.0',
coreTargets = True,
repoDir = '/home/tree/git/vulkan',
outDir = '/home/tree/git/vulkan/out')
repoDir = '/home/tree/git/Vulkan-Docs',
outDir = '/home/tree/git/Vulkan-Web-Registry/specs')
buildBranch('1.0-wsi_extensions',
coreTargets = False,
repoDir = '/home/tree/git/vulkan',
outDir = '/home/tree/git/vulkan/out')
repoDir = '/home/tree/git/Vulkan-Docs',
outDir = '/home/tree/git/Vulkan-Web-Registry/specs')

print('echo Info: post-generation cleanup')
print('git checkout ' + coreBranch)
Expand Down

0 comments on commit b7cac8f

Please sign in to comment.