diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-07 22:29:21 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-07 22:29:21 +0000 |
commit | 82de7efbf981ddd0aca109823a98614eeab3d2fb (patch) | |
tree | e8075dfa4d923bd0651e07cc96641421bc11f225 /doc/hu/Makefile.am | |
parent | 155aeb40fda771b0d7933349c02a497d0b4b6868 (diff) | |
download | pacman-82de7efbf981ddd0aca109823a98614eeab3d2fb.tar.xz |
Greatly simplify the way our non-existant translated manpages were being
made. Ripped out all the po4a stuff, letting us cut down on yet another
makedepends.
Also moved all of the manpages to non-.in names.
Diffstat (limited to 'doc/hu/Makefile.am')
-rw-r--r-- | doc/hu/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/hu/Makefile.am b/doc/hu/Makefile.am deleted file mode 100644 index aa6024d5..00000000 --- a/doc/hu/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -AUTOMAKE_OPTIONS=foreign - -mandir = @mandir@/hu -man_MANS = pacman.8 makepkg.8 PKGBUILD.5 -$(man_MANS): - -EXTRA_DIST = pacman.8 makepkg.8 PKGBUILD.5 |