diff options
author | Dave Reisner <d@falconindy.com> | 2011-06-25 14:12:00 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2011-06-26 00:58:32 +0200 |
commit | 60c079c11435e9e120cc6ebb991071e321b20639 (patch) | |
tree | 41c22067e678ce42f07f455851176ac164d875ee | |
parent | 9bcc18099be5084306ae1015f62e1d1ea4f3c741 (diff) | |
download | mkinitcpio-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |