diff options
author | EuAndreh <eu@euandre.org> | 2021-01-14 14:41:35 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-14 14:46:14 -0300 |
commit | 8f31a8bdbc265e3a7b18bfb6c9a66a8cc6cf5d36 (patch) | |
tree | 6f83a372acf0865b48da48baa8dfb9fa31079a4a /build-aux/generate-tasks-and-bugs.sh | |
parent | TODOs.org: Add bc537812-5f9d-4760-8c95-9ae933ecbd57 and ac19877b-55e3-48c8-8c... (diff) | |
download | toph-8f31a8bdbc265e3a7b18bfb6c9a66a8cc6cf5d36.tar.gz toph-8f31a8bdbc265e3a7b18bfb6c9a66a8cc6cf5d36.tar.xz |
Use rst for TODOs
Diffstat (limited to 'build-aux/generate-tasks-and-bugs.sh')
-rwxr-xr-x | build-aux/generate-tasks-and-bugs.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/build-aux/generate-tasks-and-bugs.sh b/build-aux/generate-tasks-and-bugs.sh deleted file mode 100755 index 1788c18..0000000 --- a/build-aux/generate-tasks-and-bugs.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -eux - -mkdir -p public - -cat build-aux/workflow/vendor/org.css build-aux/workflow/workflow.css > public/styles.css - -sed -e '/^\* Tasks$/,/^\* Improvements$/!d' TODOs.org | \ - head -n -1 | \ - cat build-aux/workflow/preamble.org - > tasks-and-bugs.org - -emacs tasks-and-bugs.org \ - -l build-aux/workflow/vendor/htmlize.el \ - --eval '(setq org-export-allow-bind-keywords t)' \ - -f org-html-export-to-html \ - --batch \ - --kill - -# Add anchor link to bug headers -perl -pe \ - 's|^<h3 id="(.*?)">(.*)</h3>$|<h3 id="\1">\2<br /><a class="header-anchor" href="#\1">#\1</a></h3>|' \ - tasks-and-bugs.html > public/tasks-and-bugs.html |