summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-11-05 23:48:00 +0000
committerLeah Rowe <leah@libreboot.org>2023-11-06 00:04:13 +0000
commitd5a3abdb8079b60b7ef5f408ca9d6788aa90a334 (patch)
tree5cb5cea5f3ab9dec0b0cf68aef9dcba13ae82336
parent139815f95c633a3feebecdc07004e268d6ddad00 (diff)
put docs under docs/ in releases (not src/docs/)
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--.gitignore1
-rwxr-xr-xscript/update/release1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f743fddb..36ac930c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*~
*.o
/lbmk.err.log
+/docs/
/cbutils/
/pciroms/
/util/dell-flash-unlock/dell_flash_unlock
diff --git a/script/update/release b/script/update/release
index 4febec81..824fce51 100755
--- a/script/update/release
+++ b/script/update/release
@@ -49,6 +49,7 @@ build_release()
(
cd "${srcdir}" || err "${_xm}: !cd \"${srcdir}\""
fetch_trees
+ x_ mv src/docs docs
)
(
cd "${srcdir%/*}" || err "${_xm}: mktarball \"${srcdir}\""