aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-01-28 16:58:57 +0300
committerCem Keylan <cem@ckyln.com>2021-01-28 16:58:57 +0300
commite78d0f6b35c33c6a5dfc8a0ab9ea5c3df7411ef9 (patch)
treea951c2a89aa3a302346be50f8efd2c9a71f851c7
parent93c5f112cae3eab4d1ff28f914a77e2a74d98216 (diff)
downloaddocs-e78d0f6b35c33c6a5dfc8a0ab9ea5c3df7411ef9.tar.gz
docs: update
-rw-r--r--default.do9
1 files changed, 5 insertions, 4 deletions
diff --git a/default.do b/default.do
index 08d5dba..e72e62c 100644
--- a/default.do
+++ b/default.do
@@ -29,11 +29,12 @@ case "$1" in
mkdir -p "${HTMLDIR:?}"
rm -rf "$HTMLDIR/carbslinux" \
"$HTMLDIR/carbslinux.html" \
- "$HTMLDIR/install.html" \
+ "$HTMLDIR/install.html.in" \
"$HTMLDIR/install.txt"
- makeinfo --html -o "${HTMLDIR}/carbslinux" "${TEXI}"
- makeinfo --html --no-split -o "${HTMLDIR}/carbslinux.html" "${TEXI}"
- cp install.txt "${HTMLDIR}/install.txt"
+ makeinfo --html -o "$HTMLDIR/carbslinux" "$TEXI"
+ makeinfo --html --no-split -o "$HTMLDIR/carbslinux.html" "$TEXI"
+ cp install.txt "$HTMLDIR/install.txt"
+ cp install.html "$HTMLDIR/install.html.in"
PHONY
;;
*.txt)