25 Jun
2011
25 Jun
'11
9:04 p.m.
From: Dave Reisner <d@falconindy.com> 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> --- Makefile | 2 +- 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 \ -- 1.7.5.4