aboutsummaryrefslogtreecommitdiff
path: root/install.txt.do
diff options
context:
space:
mode:
Diffstat (limited to 'install.txt.do')
-rw-r--r--install.txt.do12
1 files changed, 12 insertions, 0 deletions
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"