From 82de7efbf981ddd0aca109823a98614eeab3d2fb Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 7 Feb 2007 22:29:21 +0000 Subject: 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. --- doc/Makefile.am | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 2d43feab..dfad5272 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,14 +1,5 @@ -all: po4a makepkg.8 PKGBUILD.5 pacman.8 +all: makepkg.8 PKGBUILD.5 pacman.8 -SUBDIRS = hu - -po4a: -if HAS_PO4A - @$(NORMAL_INSTALL) - po4a -k 0 --variable srcdir=$(srcdir) $(srcdir)/po4a.cfg -endif - -# DIST_SUBDIRS if HAS_MAN2HTML makepkg.8: man2html makepkg.8 > html/makepkg.8.html @@ -22,8 +13,9 @@ endif clean: rm -f html/*.html - rm -f hu/*.8 rm -f man3/*.3 + rm -f man5/*.5 + rm -f man8/*.8 man_MANS = pacman.8 makepkg.8 PKGBUILD.5 libalpm.3 @@ -31,4 +23,4 @@ if HAS_DOXYGEN man_MANS += *.3 endif -EXTRA_DIST = $(man_MANS) po4a.cfg +EXTRA_DIST = $(man_MANS) -- cgit v1.2.3-24-g4f1b