diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-06 03:06:52 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-06 03:06:52 +0100 |
commit | 9f18cf0d30d7e63b955e5e3b32e51d70955bf2bf (patch) | |
tree | 99bbe2eacd18e49c3a41298e12a6eb12c2a3062f /resources | |
parent | 70f2cbddde65d7416f965c5e561fed70513859d7 (diff) | |
download | librebootfr-9f18cf0d30d7e63b955e5e3b32e51d70955bf2bf.tar.gz librebootfr-9f18cf0d30d7e63b955e5e3b32e51d70955bf2bf.zip |
docs/release.html: Split tasks into docs/tasks.html
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index 43b431c9..5105bee3 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -106,6 +106,10 @@ cd release/ mkdir libreboot_docs/ cp -r ../docs/ libreboot_docs/ + +# This file is only for the git repository +rm -f libreboot_docs/docs/tasks.html + cat ../commitid > libreboot_docs/commitid # create lzma compressed docs archive |