aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--dist/build-dotfiles-manual.sh3
-rw-r--r--man/man7/dotfiles.7df7
-rw-r--r--man/man7/dotfiles.7df.head3
4 files changed, 18 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 630eaf79..f2da32ce 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@
install-ksh \
install-less \
install-login-shell \
+ install-man \
install-mpd \
install-mutt \
install-mysql \
@@ -309,6 +310,7 @@ install: install-bin \
install-git \
install-gnupg \
install-less \
+ install-man \
install-login-shell \
install-readline \
install-vim
@@ -387,6 +389,10 @@ install-less:
cp -p -- less/lesskey $(HOME)/.lesskey
lesskey
+install-man:
+ mkdir -p -- $(HOME)/.local/share/man/man7
+ cp -p -- man/man7/dotfiles.7df $(HOME)/.local/share/man/man7
+
install-mpd: install-sh
mkdir -p -- $(HOME)/.mpd/playlists
cp -p -- mpd/profile.d/* $(HOME)/.profile.d
diff --git a/dist/build-dotfiles-manual.sh b/dist/build-dotfiles-manual.sh
new file mode 100644
index 00000000..07db593f
--- /dev/null
+++ b/dist/build-dotfiles-manual.sh
@@ -0,0 +1,3 @@
+# Author tool for building the dotfiles(7) manual
+cat man/man7/dotfiles.7df.head README.md |
+pandoc -sS -t man -o man/man7/dotfiles.7df
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index 0c398eb0..dc6988c9 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -1,7 +1,10 @@
.\" Automatically generated by Pandoc 1.19.2.1
.\"
-.TH "" "" "" "" ""
+.TH "DOTFILES" "7" "October 2017" "Tom Ryder's personal scripts and configuration" ""
.hy
+.PP
+% DOTFILES(7) Tom Ryder's personal scripts and configuration % Tom Ryder
+% June 2016
.SH Dotfiles (Tom Ryder)
.PP
This is my personal repository of configuration files and scripts for
@@ -943,3 +946,5 @@ Software in the Public Interest (https://www.spi-inc.org/)
FreeBSD Foundation (https://www.freebsdfoundation.org/)
.IP \[bu] 2
OpenBSD Foundation (http://www.openbsdfoundation.org/)
+.SH AUTHORS
+Tom Ryder.
diff --git a/man/man7/dotfiles.7df.head b/man/man7/dotfiles.7df.head
new file mode 100644
index 00000000..7705d06a
--- /dev/null
+++ b/man/man7/dotfiles.7df.head
@@ -0,0 +1,3 @@
+% DOTFILES(7) Tom Ryder's personal scripts and configuration
+% Tom Ryder
+% October 2017