diff options
author | Cem Keylan <cem@ckyln.com> | 2021-01-28 16:58:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-01-28 16:58:57 +0300 |
commit | e78d0f6b35c33c6a5dfc8a0ab9ea5c3df7411ef9 (patch) | |
tree | a951c2a89aa3a302346be50f8efd2c9a71f851c7 | |
parent | 93c5f112cae3eab4d1ff28f914a77e2a74d98216 (diff) | |
download | docs-e78d0f6b35c33c6a5dfc8a0ab9ea5c3df7411ef9.tar.gz |
docs: update
-rw-r--r-- | default.do | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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) |