From d69c0a6bbae314cf61a995770d528e6116c380cc Mon Sep 17 00:00:00 2001
From: Ming Rui Zhang <mingrui.zhang@savoirfairelinux.com>
Date: Wed, 28 Oct 2020 12:23:05 -0400
Subject: [PATCH] misc: remove commands to generate changelog

Change-Id: I96b1cd8ce6cdf134f93b2d6d6742dabdf28d0842
---
 scripts/build-windows.py | 1 -
 scripts/install.sh       | 1 -
 2 files changed, 2 deletions(-)

diff --git a/scripts/build-windows.py b/scripts/build-windows.py
index 71155904..d8c5139b 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 c8e48104..f02f3b10 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
-- 
GitLab