summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-06-25 14:12:00 +0200
committerDave Reisner <dreisner@archlinux.org>2011-06-26 00:58:32 +0200
commit60c079c11435e9e120cc6ebb991071e321b20639 (patch)
tree41c22067e678ce42f07f455851176ac164d875ee
parent9bcc18099be5084306ae1015f62e1d1ea4f3c741 (diff)
downloadmkinitcpio-60c079c11435e9e120cc6ebb991071e321b20639.tar.gz
mkinitcpio-60c079c11435e9e120cc6ebb991071e321b20639.tar.xz
Makefile: the Makefile itself is a dep for the manpage
This will force the doc to be regenerated if there is a version bump in the Makefile. Signed-off-by: Dave Reisner <d@falconindy.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b77e088..0c86ac0 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ install: all
install -m644 mkinitcpio.5 ${DESTDIR}/usr/share/man/man5/mkinitcpio.5
doc: mkinitcpio.5
-mkinitcpio.5: mkinitcpio.5.txt
+mkinitcpio.5: mkinitcpio.5.txt Makefile
a2x -d manpage \
-f manpage \
-a mansource=mkinitcpio \