2007-02-09 13:37:27 -05:00
|
|
|
all: makepkg.8 pacman.8 PKGBUILD.5 makepkg.conf.5 pacman.conf.5
|
2006-10-15 14:58:23 -04:00
|
|
|
|
2005-10-17 14:52:43 -04:00
|
|
|
if HAS_MAN2HTML
|
|
|
|
makepkg.8:
|
|
|
|
man2html makepkg.8 > html/makepkg.8.html
|
|
|
|
|
2007-02-09 13:37:27 -05:00
|
|
|
pacman.8:
|
|
|
|
man2html pacman.8 > html/pacman.8.html
|
|
|
|
|
2007-02-06 15:23:41 -05:00
|
|
|
PKGBUILD.5:
|
|
|
|
man2html PKGBUILD.5 > html/PKGBUILD.5.html
|
2006-10-15 14:58:23 -04:00
|
|
|
|
2007-02-09 13:37:27 -05:00
|
|
|
makepkg.conf.5:
|
|
|
|
man2html makepkg.8 > html/makepkg.8.html
|
|
|
|
|
|
|
|
pacman.conf.5:
|
|
|
|
man2html pacman.conf.5 > html/pacman.conf.5.html
|
|
|
|
|
2005-10-17 14:52:43 -04:00
|
|
|
endif
|
|
|
|
|
|
|
|
clean:
|
2006-10-15 20:02:43 -04:00
|
|
|
rm -f html/*.html
|
2006-10-15 19:51:18 -04:00
|
|
|
rm -f man3/*.3
|
2007-02-07 17:29:21 -05:00
|
|
|
rm -f man5/*.5
|
|
|
|
rm -f man8/*.8
|
2005-10-17 14:52:43 -04:00
|
|
|
|
2007-02-09 13:37:27 -05:00
|
|
|
man_MANS = pacman.8 makepkg.8 PKGBUILD.5 makepkg.conf.5 pacman.conf.5 libalpm.3
|
2006-02-17 15:48:45 -05:00
|
|
|
|
2006-02-20 15:08:24 -05:00
|
|
|
if HAS_DOXYGEN
|
2007-01-29 17:18:31 -05:00
|
|
|
man_MANS += *.3
|
2006-02-20 15:08:24 -05:00
|
|
|
endif
|
2006-02-17 15:48:45 -05:00
|
|
|
|
2007-02-07 17:29:21 -05:00
|
|
|
EXTRA_DIST = $(man_MANS)
|