diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-09-11 18:15:07 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-09-19 00:11:01 +0200 |
commit | d19898bb467a9f5c6334745f7e95d1d26f7aedea (patch) | |
tree | 02dbbab81092dd190088816149e40a45967128da | |
parent | 1558dfbf3b2a42f43594acf6e3d8f9b329ff1133 (diff) | |
download | mkinitcpio-d19898bb467a9f5c6334745f7e95d1d26f7aedea.tar.gz mkinitcpio-d19898bb467a9f5c6334745f7e95d1d26f7aedea.tar.xz |
Specify mansource, manversion and manmanual when generating the man page.
This also removes occurances of FIXME in the page.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | mkinitcpio.5.txt | 4 |
2 files changed, 1 insertions, 5 deletions
@@ -36,7 +36,7 @@ install: all doc: mkinitcpio.5.gz mkinitcpio.5.gz: mkinitcpio.5.txt - a2x -d manpage -f manpage mkinitcpio.5.txt + a2x -d manpage -f manpage -a mansource=mkinitcpio -a manversion=${VERSION} -a manmanual=mkinitcpio mkinitcpio.5.txt gzip -c --best mkinitcpio.5 > mkinitcpio.5.gz clean: diff --git a/mkinitcpio.5.txt b/mkinitcpio.5.txt index ed136f8..56e5eae 100644 --- a/mkinitcpio.5.txt +++ b/mkinitcpio.5.txt @@ -110,10 +110,6 @@ Manpage contributions by::: * Geir 'gejr' Vaagland * Joerie 'Thralas' de Gram <j.de.gram@gmail.com> -Version Information -------------------- -Manpage written for mkinitcpio 0.5.17 - Copyright --------- Copyright (c) Arch Linux |