mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-05 17:15:02 -05:00
4470e5ce01
* Addition of hacky architecture check in the _splitname function * Removal of libfetch from the archlinux proper - it has been renamed to libdownload and can be found at http://phraktured.net/libdownload * Merge of _some_ of the Frugalware makepkg change - this may still be incomplete * Removal of libftp from cvs proper * PKGBUILD manpage now says 'PKGBUILD' instead of FrugalBuild (he he)
8 lines
145 B
Makefile
8 lines
145 B
Makefile
AUTOMAKE_OPTIONS=foreign
|
|
|
|
mandir = @mandir@/hu
|
|
man_MANS = pacman.8 makepkg.8 PKGBUILD.8
|
|
$(man_MANS):
|
|
|
|
EXTRA_DIST = pacman.8 makepkg.8 PKGBUILD.8
|