mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-23 08:52:30 +02:00
Release 0.5.0
This commit is contained in:
commit
da6ccbbcfb
@ -84,7 +84,7 @@ def build_doc( options, make_release=False ):
|
|||||||
options.silent = True
|
options.silent = True
|
||||||
|
|
||||||
version = open('version','rt').read().strip()
|
version = open('version','rt').read().strip()
|
||||||
output_dir = 'build/doxygen' # relative to doc/doxyfile location.
|
output_dir = 'dist/doxygen' # relative to doc/doxyfile location.
|
||||||
top_dir = os.path.abspath( '.' )
|
top_dir = os.path.abspath( '.' )
|
||||||
html_output_dirname = 'jsoncpp-api-html-' + version
|
html_output_dirname = 'jsoncpp-api-html-' + version
|
||||||
tarball_path = os.path.join( 'dist', html_output_dirname + '.tar.gz' )
|
tarball_path = os.path.join( 'dist', html_output_dirname + '.tar.gz' )
|
||||||
@ -130,7 +130,7 @@ def build_doc( options, make_release=False ):
|
|||||||
]
|
]
|
||||||
tarball_basedir = os.path.join( full_output_dir, html_output_dirname )
|
tarball_basedir = os.path.join( full_output_dir, html_output_dirname )
|
||||||
tarball.make_tarball( tarball_path, tarball_sources, tarball_basedir, html_output_dirname )
|
tarball.make_tarball( tarball_path, tarball_sources, tarball_basedir, html_output_dirname )
|
||||||
return tarball_path, html_output_path
|
return tarball_path, html_output_dirname
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
usage = """%prog
|
usage = """%prog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user