From 60c079c11435e9e120cc6ebb991071e321b20639 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 25 Jun 2011 08:12:00 -0400 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3-24-g4f1b