New manpages were going nowhere without an updated makefile

This commit is contained in:
Dan McGee 2007-02-09 18:37:27 +00:00
parent 79d18c2617
commit d9a641a7a0
1 changed files with 11 additions and 4 deletions

View File

@ -1,14 +1,21 @@
all: makepkg.8 PKGBUILD.5 pacman.8
all: makepkg.8 pacman.8 PKGBUILD.5 makepkg.conf.5 pacman.conf.5
if HAS_MAN2HTML
makepkg.8:
man2html makepkg.8 > html/makepkg.8.html
pacman.8:
man2html pacman.8 > html/pacman.8.html
PKGBUILD.5:
man2html PKGBUILD.5 > html/PKGBUILD.5.html
pacman.8:
man2html pacman.8 > html/pacman.8.html
makepkg.conf.5:
man2html makepkg.8 > html/makepkg.8.html
pacman.conf.5:
man2html pacman.conf.5 > html/pacman.conf.5.html
endif
clean:
@ -17,7 +24,7 @@ clean:
rm -f man5/*.5
rm -f man8/*.8
man_MANS = pacman.8 makepkg.8 PKGBUILD.5 libalpm.3
man_MANS = pacman.8 makepkg.8 PKGBUILD.5 makepkg.conf.5 pacman.conf.5 libalpm.3
if HAS_DOXYGEN
man_MANS += *.3