aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-14 12:23:56 +0300
committerCem Keylan <cem@ckyln.com>2020-09-14 12:23:56 +0300
commit18c1c78d031cef9f4f8e50ff848c45737267acfb (patch)
treedf8f9ce58f704139cd5434509aeca8c756d7af8b /Makefile
parent9652646dfcbd54a8500489f7fc61c353596527fb (diff)
downloaddocs-18c1c78d031cef9f4f8e50ff848c45737267acfb.tar.gz
add install plaintext on the html output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7392697..fff2442 100644
--- a/Makefile
+++ b/Makefile
@@ -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