diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-11-14 07:58:42 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-11-14 07:58:42 +0000 |
commit | 4470e5ce011fef0c918b5c3d1d42ae333fb361ba (patch) | |
tree | 5ce8d77cc28f688d53fdea517434f6b1f4f10f10 /doc/hu | |
parent | 7e835366f15f98a1688e022a781483d5c5eeb114 (diff) | |
download | pacman-4470e5ce011fef0c918b5c3d1d42ae333fb361ba.tar.xz |
* Numerous mini valgrind fixes.
* 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)
Diffstat (limited to 'doc/hu')
-rw-r--r-- | doc/hu/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/hu/Makefile.am b/doc/hu/Makefile.am index 27e74e45..80ebba62 100644 --- a/doc/hu/Makefile.am +++ b/doc/hu/Makefile.am @@ -2,7 +2,6 @@ AUTOMAKE_OPTIONS=foreign mandir = @mandir@/hu man_MANS = pacman.8 makepkg.8 PKGBUILD.8 - $(man_MANS): EXTRA_DIST = pacman.8 makepkg.8 PKGBUILD.8 |