summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2017-10-01 20:21:09 +0200
committerDave Reisner <dreisner@archlinux.org>2017-10-01 20:21:09 +0200
commitc99e8f6cc1e6f2aa08c667045c86608f86374a54 (patch)
treeb87d733c6ca950da5997042dc32bac38766b1826
parent73262320852264c3bc33cace11503a3ea5820121 (diff)
downloadmkinitcpio-24.tar.gz
mkinitcpio-24.tar.xz
man: include package name in versionv24
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 264f077..94c90de 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ doc: $(MANPAGES)
man/%: man/%.txt Makefile
a2x -d manpage \
-f manpage \
- -a manversion=$(VERSION) \
+ -a manversion="mkinitcpio $(VERSION)" \
-a manmanual="mkinitcpio manual" $<
check: