From 9f18cf0d30d7e63b955e5e3b32e51d70955bf2bf Mon Sep 17 00:00:00 2001
From: Francis Rowe <info@gluglug.org.uk>
Date: Sun, 05 Apr 2015 22:06:52 -0400
Subject: docs/release.html: Split tasks into docs/tasks.html

---
(limited to 'resources/scripts')

diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives
index 43b431c..5105bee 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
--
cgit v0.9.1