diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-12 03:44:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-12 03:44:57 +0800 |
commit | 75455ef4a1650dddfec7b0ac79ec6584f51cc6f8 (patch) | |
tree | cffc73be9c1dcd5d5302d71d6e6a47c1cbb9f9c0 | |
parent | b1cf9a7df7160d9c58d0f0c833bd48a9eee003ff (diff) | |
download | gsoc2013-evolution-75455ef4a1650dddfec7b0ac79ec6584f51cc6f8.tar gsoc2013-evolution-75455ef4a1650dddfec7b0ac79ec6584f51cc6f8.tar.gz gsoc2013-evolution-75455ef4a1650dddfec7b0ac79ec6584f51cc6f8.tar.bz2 gsoc2013-evolution-75455ef4a1650dddfec7b0ac79ec6584f51cc6f8.tar.lz gsoc2013-evolution-75455ef4a1650dddfec7b0ac79ec6584f51cc6f8.tar.xz gsoc2013-evolution-75455ef4a1650dddfec7b0ac79ec6584f51cc6f8.tar.zst gsoc2013-evolution-75455ef4a1650dddfec7b0ac79ec6584f51cc6f8.zip |
(SUBDIRS): Put po on the top.
svn path=/trunk/; revision=18045
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2002-09-11 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am (SUBDIRS): Put po on the top. + +== Version 1.1.1 == + 2002-09-09 Ettore Perazzoli <ettore@ximian.com> * configure.in: 1.1.1. Also bump some requirements. diff --git a/Makefile.am b/Makefile.am index caeea86d56..a9c2000693 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ SUBDIRS = \ intl \ macros \ data \ + po \ e-util \ libical \ widgets \ @@ -49,7 +50,6 @@ SUBDIRS = \ tools \ doc \ help \ - po \ omf-install %Conf.sh: %Conf.sh.in Makefile |