summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-05-03 20:22:24 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-05-03 20:22:24 +0000
commit1c7c80f1882432e98115ab54dc92c3b82ee88e4a (patch)
tree4d326b26d86d311634ea637b094ea1ebad7ac59a /Makefile.am
parent3228acecc0bd7341605401017b92abf65599f30f (diff)
downloadgdm-1c7c80f1882432e98115ab54dc92c3b82ee88e4a.tar.gz
Add the usage of xml-i18n-tools for the desktop file
Thu May 03 13:22:52 2001 George Lebl <jirka@5z.com> * gui/Makefile.am, gui/gdmconfig.desktop(.in), po/POTFILES.in, po/*.po, configure.in, Makefile.am: Add the usage of xml-i18n-tools for the desktop file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am20
1 files changed, 18 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 24151b75..dab2d7c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,16 @@
SUBDIRS = config macros pixmaps intl daemon gui docs po debian
-EXTRA_DIST = ChangeLog README.install RELEASENOTES gdm.spec gdm.spec.in \
- gdmconfig-pam gdmconfig-security
+EXTRA_DIST = \
+ ChangeLog \
+ README.install \
+ RELEASENOTES \
+ gdm.spec \
+ gdm.spec.in \
+ gdmconfig-pam \
+ gdmconfig-security \
+ xml-i18n-extract.in \
+ xml-i18n-merge.in \
+ xml-i18n-update.in
install-data-local:
if CONSOLE_HELPER
@@ -12,3 +21,10 @@ if CONSOLE_HELPER
$(LN_S) @bindir@/consolehelper $(bindir)/gdmconfig
endif
+DISTCLEANFILES = \
+ xml-i18n-extract \
+ xml-i18n-extract.in \
+ xml-i18n-merge \
+ xml-i18n-merge.in \
+ xml-i18n-update \
+ xml-i18n-update.in