From d1590234d19724f14e8ba94582986963fce47267 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 26 Dec 2020 02:39:36 +0300 Subject: docs: switch to redo build system. --- install.txt.do | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 install.txt.do (limited to 'install.txt.do') diff --git a/install.txt.do b/install.txt.do new file mode 100644 index 0000000..1ce0be9 --- /dev/null +++ b/install.txt.do @@ -0,0 +1,12 @@ +exec >&2 +. ./config.rc +redo-ifchange "$ORG" + +cp "$ORG" "$3.org" +trap 'rm -f $3.org' EXIT INT + +${EMACS} "$3.org" --eval \ + '(progn (replace-regexp "^* Installation" "* Carbs Linux Installation Guide") + (org-ascii-export-to-ascii nil t))' + +mv "$3.txt" "$3" -- cgit v1.2.3