aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-10-17 21:55:42 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-10-17 21:55:42 +0300
commitdade76c84c2dac619938571b83eab4d8465b3927 (patch)
treedb1b9a764f405a440bc379d886b6c9270abcdce4 /Makefile
parentAdd new tokenizer (diff)
downloadrshell-dade76c84c2dac619938571b83eab4d8465b3927.tar.xz
Update manpage
Add makefile to build manpages with
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ec06e96
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+PREFIX ?= /usr/local
+MAN_PREFIX ?= ${PREFIX}/man
+
+manpage:
+ scdoc < man/rs.1.scd > man/rs.1
+