From 667123895db5adfd6515f630d0d6daa740b6576b Mon Sep 17 00:00:00 2001 From: mszulecki Date: Fri, 23 Feb 2007 18:39:43 +0000 Subject: Add i18n support stubs and adjust chain. git-svn-id: http://svn.sukimashita.com/repos/dskel/trunk@15 4281df72-ff29-0410-8fee-2d9ac0c5f5a7 --- Makefile.am | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8a2928e..07b4606 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,20 @@ -SUBDIRS = src +SUBDIRS = src po EXTRA_DIST= \ -README \ -INSTALL \ -COPYING \ -config.d.in + AUTHORS \ + README \ + INSTALL \ + COPYING \ + config.d.in \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ + mkinstalldirs + +CLEANFILES = \ + intltool-extract \ + intltool-update \ + intltool-merge DISTCLEANFILES = \ configure \ @@ -15,3 +25,10 @@ DISTCLEANFILES = \ aclocal.m4 \ ltmain.sh \ missing + +MAINTAINERCLEANFILES = \ + INSTALL \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ + mkinstalldirs -- cgit v1.1-32-gdbae