summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2021-07-29 12:28:08 -0700
committerRobert Moore <Robert.Moore@intel.com>2021-07-29 12:28:08 -0700
commit2f1c924b2736cddb07a0afac28ed37db85de61c3 (patch)
tree8d8ee5d10d9f903dd7789b61a5052902d4a4eca0
parent75c27edaa0eaf71cb762f938a5c2eec1fd67c502 (diff)
downloadacpica-2f1c924b2736cddb07a0afac28ed37db85de61c3.tar.gz
Remove aslcompiler.pdf from the binary tar
This was the only documentation in the verious tarballs. Since each documentation file is directly available on the website, it seems to be overkill to include this file in the binary tarball.
-rwxr-xr-xgenerate/release/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/generate/release/build.sh b/generate/release/build.sh
index 825f525ee..ba73227dd 100755
--- a/generate/release/build.sh
+++ b/generate/release/build.sh
@@ -407,7 +407,6 @@ generate_binary_package()
#
mkdir $TEMP_DIR
cp -r documents/changes.txt $TEMP_DIR/changes.txt
- cp documents/aslcompiler.pdf $TEMP_DIR
cp libraries/acpibin.exe $TEMP_DIR
cp libraries/acpidump.exe $TEMP_DIR
cp libraries/acpiexec.exe $TEMP_DIR