From 332c12710988198070fbc95cd869ca639b989238 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 22 Feb 2007 21:34:51 +0000 Subject: Big commit here, I'll try to cover all the bases. * Updated all of the language files, as the POT file was updated. NOTE FOR TRANSLATORS, try to base your next contribution off of these, notice how some msgids and messages have been wrapped to the next line- it makes it easier to read anyway. * More Makefile.am/configure.ac updates. 'make dist' and 'make distclean' now work properly, with only one caveat- the automatic testing in distclean doesn't do so hot as it is compiled with a default configure, which includes the fakeroot-proof code (which does not cooperate with pactest). * Added a Makefile.am for the pactest directory. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 6bb9587d..df55026a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,7 +31,7 @@ man_MANS = \ libalpm.3 if HAS_DOXYGEN -man_MANS += *.3 +man_MANS += $(wildcard man3/*.3) endif EXTRA_DIST = $(man_MANS) -- cgit v1.2.3-24-g4f1b