put docs under docs/ in releases (not src/docs/)

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-11-05 23:48:00 +00:00
parent 139815f95c
commit d5a3abdb80
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*~
*.o
/lbmk.err.log
/docs/
/cbutils/
/pciroms/
/util/dell-flash-unlock/dell_flash_unlock

View File

@ -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}\""