mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-14 00:20:38 +00:00
Re-tweak genRelease for web target directory instead of internal in git.
This commit is contained in:
parent
e2d981c029
commit
e71db8fc50
@ -3,15 +3,15 @@
|
||||
from genspec import *
|
||||
|
||||
buildBranch('1.0',
|
||||
xmlTargets = 'clobber full_install pdf_install',
|
||||
specTargets = 'xhtml styleguide manhtml manhtmlpages pdf manpdf',
|
||||
repoDir = '/home/tree/git/vulkan',
|
||||
outDir = '/home/tree/git/vulkan/out')
|
||||
xmlTargets = 'clobber full_install pdf_install',
|
||||
specTargets = 'xhtml styleguide manhtml manhtmlpages pdf',
|
||||
repoDir = '/home/tree/git/Vulkan-Docs',
|
||||
outDir = '/home/tree/git/Vulkan-Web-Registry/specs')
|
||||
buildBranch('1.0-wsi_extensions',
|
||||
xmlTargets = 'clobber full_install',
|
||||
specTargets = 'xhtml manhtml',
|
||||
repoDir = '/home/tree/git/vulkan',
|
||||
outDir = '/home/tree/git/vulkan/out')
|
||||
xmlTargets = 'clobber full_install',
|
||||
specTargets = 'xhtml manhtml',
|
||||
repoDir = '/home/tree/git/Vulkan-Docs',
|
||||
outDir = '/home/tree/git/Vulkan-Web-Registry/specs')
|
||||
|
||||
print('echo Info: post-generation cleanup')
|
||||
print('git checkout ' + coreBranch)
|
||||
|
Loading…
x
Reference in New Issue
Block a user