mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-20 07:51:32 +02:00
Release 0.5.0
This commit is contained in:
commit
3a75efb375
@ -85,6 +85,8 @@ def build_doc( options, make_release=False ):
|
|||||||
|
|
||||||
version = open('version','rt').read().strip()
|
version = open('version','rt').read().strip()
|
||||||
output_dir = 'dist/doxygen' # relative to doc/doxyfile location.
|
output_dir = 'dist/doxygen' # relative to doc/doxyfile location.
|
||||||
|
if not os.path.isdir( output_dir ):
|
||||||
|
os.makedirs( output_dir )
|
||||||
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' )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user