summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2006-03-06 15:43:06 +0000
committerBenedikt Meurer <benny@xfce.org>2006-03-06 15:43:06 +0000
commit9e1abba48d759234cd63e52923781de0151a6b17 (patch)
treebb45601828a3e49e8383055941019c8aae32ca0e /Makefile.am
parent9dfd5394664131114ce5556cf36619613bf3ab8e (diff)
downloadthunar-9e1abba48d759234cd63e52923781de0151a6b17.tar.gz
2006-03-06 Benedikt Meurer <benny@xfce.org>
* autogen.sh, configure.in.in, po/LINGUAS: Read the set of available languages from po/LINGUAS and substitute them when autogen.sh is run. This way we can continue to use glib-gettext. * docs/manual/, po-doc/, configure.in.in, Makefile.am: Import Daichi's initial japanese translations for the user manual. (Old svn revision: 20256)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ae598807..732522de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,7 @@ SUBDIRS = \
icons \
pixmaps \
po \
+ po-doc \
tdb \
thunarx \
thunar-vfs \
@@ -69,6 +70,9 @@ DISTCLEANFILES = \
$(desktop_DATA) \
$(service_DATA)
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-xsltproc
+DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-gtk-doc \
+ --enable-xml2po \
+ --enable-xsltproc
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: