diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 19:38:02 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 19:38:02 +0000 |
commit | 94810222866b7cc36bf442993826f9b38dbe9c41 (patch) | |
tree | 325266e9e88208d481ce58b866e7002af4d279c0 /doc/hu | |
parent | 3f27542156125118800235c5ac1bac125fd7752c (diff) | |
download | pacman-94810222866b7cc36bf442993826f9b38dbe9c41.tar.xz |
Final frugalware changes commit
Diffstat (limited to 'doc/hu')
-rw-r--r-- | doc/hu/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/hu/Makefile.am b/doc/hu/Makefile.am new file mode 100644 index 00000000..27e74e45 --- /dev/null +++ b/doc/hu/Makefile.am @@ -0,0 +1,8 @@ +AUTOMAKE_OPTIONS=foreign + +mandir = @mandir@/hu +man_MANS = pacman.8 makepkg.8 PKGBUILD.8 + +$(man_MANS): + +EXTRA_DIST = pacman.8 makepkg.8 PKGBUILD.8 |