Vulkan-Docs/doc/specs/vulkan/genRelease

23 lines
725 B
Python
Executable File

#!/usr/bin/python3
from genspec import *
print('echo Building in Vulkan-Docs for public release')
print('')
buildBranch('1.0',
xmlTargets = 'clobber install doc_install',
specTargets = 'xhtml styleguide manhtml manhtmlpages pdf manpdf',
repoDir = '/home/tree/git/Vulkan-Docs',
outDir = '/home/tree/git/Vulkan-Web-Registry/specs')
buildBranch('1.0-wsi_extensions',
xmlTargets = 'clobber install',
specTargets = 'xhtml pdf',
repoDir = '/home/tree/git/Vulkan-Docs',
outDir = '/home/tree/git/Vulkan-Web-Registry/specs')
print('echo Info: post-generation cleanup')
print('git checkout ' + coreBranch)
createTags(buildOnFriday())