From 3812a3373a38891e3f02e0e3351e221a4fb36092 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 8 Nov 2021 11:40:20 +0100 Subject: DBGattServer::Listener: Fix API doc --- scripts/build-doc.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/build-doc.sh') diff --git a/scripts/build-doc.sh b/scripts/build-doc.sh index 14f1550e..e6aa87e6 100755 --- a/scripts/build-doc.sh +++ b/scripts/build-doc.sh @@ -39,6 +39,7 @@ buildit() { make -j $CPU_COUNT install test doc if [ $? -eq 0 ] ; then echo "BUILD SUCCESS $bname $archabi" + rm -f $rootdir/documentation.tar.xz tar caf $rootdir/documentation.tar.xz documentation cd $rootdir return 0 -- cgit v1.2.3