diff options
author | Sven Gothel <[email protected]> | 2021-11-08 11:40:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-11-08 11:40:20 +0100 |
commit | 3812a3373a38891e3f02e0e3351e221a4fb36092 (patch) | |
tree | 904f07bf7e85975c83f5f75c8256235eb4dc3ade /scripts/build-doc.sh | |
parent | 42b768bd938394426463bc8b3e2d71ebb4b79b67 (diff) |
DBGattServer::Listener: Fix API doc
Diffstat (limited to 'scripts/build-doc.sh')
-rwxr-xr-x | scripts/build-doc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |