diff options
-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 |