diff --git a/scripts/build-windows.py b/scripts/build-windows.py index 7115590473060ff4962a6df5b030f68e654d2cd1..d8c5139b299ea5dcd76da9ff48e9b24207b27203 100644 --- a/scripts/build-windows.py +++ b/scripts/build-windows.py @@ -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) diff --git a/scripts/install.sh b/scripts/install.sh index c8e48104a00540b20f2a0e4bf854a6cc3eb3cce2..f02f3b10267599e5fa480acd85b09a5ef1fc114e 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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