diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2002-05-27 15:45:26 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2002-05-27 15:45:26 +0000 |
commit | b0af92b1d8ee22c0b3de73cc1f2d7a782d5f8eba (patch) | |
tree | 8aaa93e63b60976a7f933911084a1861013b8ae9 /Makefile.am | |
parent | 068c16b162d1de093e7c930b227788b73c3b1c3a (diff) | |
download | mutter-b0af92b1d8ee22c0b3de73cc1f2d7a782d5f8eba.tar.gz |
Hook up intltoolize here. Initialize intltool. Add this. Add this too Hook
2002-05-27 Kjartan Maraas <kmaraas@gnome.org>
* autogen.sh: Hook up intltoolize here.
* configure.in: Initialize intltool.
* src/metacity.schemas.in: Add this.
* src/metacity.desktop.in: Add this too
* src/Makefile.am: Hook up intltool support for .schemas and .desktop.
* Makefile.am: Dist the intltool files.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6351404f2..659611e9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS=src po -EXTRA_DIST=HACKING theme-format.txt metacity.spec +EXTRA_DIST=HACKING theme-format.txt metacity.spec \ + intltool-extract.in intltool-merge.in intltool-update.in |