diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-14 12:23:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-14 12:23:56 +0300 |
commit | 18c1c78d031cef9f4f8e50ff848c45737267acfb (patch) | |
tree | df8f9ce58f704139cd5434509aeca8c756d7af8b | |
parent | 9652646dfcbd54a8500489f7fc61c353596527fb (diff) | |
download | docs-18c1c78d031cef9f4f8e50ff848c45737267acfb.tar.gz |
add install plaintext on the html output
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | install.texi | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -17,5 +17,6 @@ dist: htmldocs: rm -rf -- ${DESTDIR} makeinfo --html -o ${DESTDIR} top.texi + makeinfo --plaintext -o ${DESTDIR}/install.txt install.texi .PHONY: all dist htmldocs diff --git a/install.texi b/install.texi index 48c7aad..bd8a428 100644 --- a/install.texi +++ b/install.texi @@ -3,6 +3,11 @@ These are the step-by-step instructions for installing Carbs Linux. +@ifhtml +The instructions can also be found plaintext on +@url{https://carbslinux.org/docs/install.txt} +@end ifhtml + @menu * Preparing Environment:: Getting ready to chroot * Chroot:: Going inside your new system |