Skip to content
Snippets Groups Projects
Commit d69c0a6b authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

misc: remove commands to generate changelog

Change-Id: I96b1cd8ce6cdf134f93b2d6d6742dabdf28d0842
parent c2b821f3
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ def build_lrc(parsed_args):
def build_client(parsed_args):
os.chdir('./client-qt')
execute_cmd('pandoc -f markdown -t html5 -o changelog.html changelog.md', True)
execute_cmd('python make-client.py -d')
execute_cmd('python make-client.py -b ' + '-t ' +
parsed_args.toolset + ' -s ' + parsed_args.sdk + ' -q ' + parsed_args.qtver)
......
......@@ -138,7 +138,6 @@ mkdir -p "${BUILDDIR}"
cd "${BUILDDIR}"
if [ "${client}" = "client-qt" ]; then
echo building client-qt using Qt ${qt5ver}
pandoc -f markdown -t html5 -o ../changelog.html ../changelog.md
if ! command -v qmake &> /dev/null; then
eval ${qt5path}/bin/qmake PREFIX="${INSTALL}/${client}" ..
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment