summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-06-07 16:49:00 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2013-06-07 16:49:00 +0200
commit0f1fbc3c0458355917a79cb4e76925573562bda1 (patch)
treeb979488b64778f3904f2b1d00863be6ed53f7faf /Makefile
parent8f293bebc40c367793eac9c6af49c41c083c5533 (diff)
Introduce a manpage for rcrc(5)
Document the `.rcrc` dotfile. So far it only supports `TAGS`.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index db53829..ea8483e 100644
--- a/Makefile
+++ b/Makefile
@@ -5,5 +5,6 @@ install:
install -m 0755 bin/rcup $(PREFIX)/bin
install -m 0644 man/man1/rcup.1 $(PREFIX)/share/man/man1
install -m 0644 man/man1/mkrc.1 $(PREFIX)/share/man/man1
+ install -m 0644 man/man5/rcrc.5 $(PREFIX)/share/man/man1
.PHONY: install