aboutsummaryrefslogtreecommitdiff
path: root/man/man7
Commit message (Collapse)AuthorAgeFilesLines
* Restore dotfiles(7) manual as pre-built dist fileTom Ryder2017-10-292-1/+9
| | | | | | | | | | | | | | | | Commit 70fcb35 incorrectly built the dotfiles(7) manual without the header required by the Pandoc converter. Rebuilt it properly by making a script in a new directory "dist" which is to be run by the maintainer whenever its source file README.md is updated. This should probably be automated on my end with Git hooks. The reason we don't include the Pandoc recipe for making this manual as a target in the Makefile is to do with the heavy dependency of Pandoc, for which packages are not available on some desirable operating systems, as arranged in a8ab2cf. Also added the new install-man target as one of the default subtargets of `install`.
* Rebuild dotfiles(7) manual from README.mdTom Ryder2017-10-291-19/+17
|
* Rename .markdown files to .mdTom Ryder2017-10-281-1/+1
|
* Solve Pandoc issue by not building page at allTom Ryder2017-07-012-3/+947
|
* Add description to dotfiles(7df) manpageTom Ryder2016-09-141-1/+1
|
* Remove man subsection from dotfiles(7df) headerTom Ryder2016-09-141-1/+1
| | | | | | | | Shows up like this: DOTFILES(7)df () Will have to figure out some other way of doing this.
* Move han(1) to be shebanggedTom Ryder2016-08-291-730/+0
|
* Put dotfiles manuals into their own sectionTom Ryder2016-08-262-1/+731
| | | | This probably contains a few mistakes
* Strip some trailing whitespaceTom Ryder2016-08-151-1/+0
|
* Add dotfiles(7) manual pageTom Ryder2016-06-251-0/+4
Created with pandoc(1)