diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-07 23:29:21 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-07 23:29:21 +0100 |
commit | 82de7efbf981ddd0aca109823a98614eeab3d2fb (patch) | |
tree | e8075dfa4d923bd0651e07cc96641421bc11f225 /doc/po4a.cfg | |
parent | 155aeb40fda771b0d7933349c02a497d0b4b6868 (diff) | |
download | pacman-82de7efbf981ddd0aca109823a98614eeab3d2fb.tar.gz 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/po4a.cfg')
-rw-r--r-- | doc/po4a.cfg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/po4a.cfg b/doc/po4a.cfg deleted file mode 100644 index d456b06d..00000000 --- a/doc/po4a.cfg +++ /dev/null @@ -1,11 +0,0 @@ -[po4a_langs] hu -[po4a_paths] po/pacman.pot $lang:po/$lang.po -[type: man] pacman.8 \ - $lang:$lang/pacman.8 add_$(srcdir)/$lang:addendum.8.$lang \ - opt:"-o groff_code=verbatim -o translate_joined=CW,CE -o no_wrap=CW:CE" -[type: man] makepkg.8 \ - $lang:$lang/makepkg.8 add_$(srcdir)/$lang:addendum.8.$lang \ - opt:"-o groff_code=verbatim -o translate_joined=CW,CE -o no_wrap=CW:CE" -[type: man] $(srcdir)/PKGBUILD.5 \ - $lang:$lang/PKGBUILD.5 add_$(srcdir)/$lang:addendum.8.$lang \ - opt:"-o groff_code=verbatim -o translate_joined=CW,CE -o no_wrap=CW:CE" |