move ALL_LINGUAS to po/LINGUAS

fix install location for servers.xml
This commit is contained in:
Dimitur Kirov 2006-10-11 09:19:01 +00:00
parent 7ecbe349d0
commit ead66385e7
6 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -x
intltoolize --force --automake \
&& aclocal -I ./m4 \
&& libtoolize --copy --force --automake \

1
configure vendored
View File

@ -22002,7 +22002,6 @@ cat >>confdefs.h <<_ACEOF
#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
_ACEOF
ALL_LINGUAS="fr pt el pl es ru bg de nb cs nl pt_BR sv it eu sk no zh_CN br eo"
for ac_header in locale.h

View File

@ -24,7 +24,6 @@ AC_PATH_X
GETTEXT_PACKAGE=gajim
AC_SUBST([GETTEXT_PACKAGE])
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"], [Gettext package])
ALL_LINGUAS="fr pt el pl es ru bg de nb cs nl pt_BR sv it eu sk no zh_CN br eo"
AM_GLIB_GNU_GETTEXT
AM_NLS

View File

@ -1,4 +1,5 @@
SUBDIRS = glade emoticons pixmaps iconsets
@INTLTOOL_DESKTOP_RULE@
desktopdir = $(datadir)/applications
desktop_in_files = gajim.desktop.in.in
@ -7,12 +8,11 @@ desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
soundsdir = $(pkgdatadir)/data/sounds
sounds_DATA = $(srcdir)/sounds/*.wav
otherdir = $(pkgdatadir)/data/others
otherdir = $(pkgdatadir)/data/other
other_DATA = other/servers.xml
man_MANS = gajim.1 gajim-remote.1
@INTLTOOL_DESKTOP_RULE@
EXTRA_DIST = $(desktop_in_files) \
$(sounds_DATA) \
@ -21,3 +21,4 @@ EXTRA_DIST = $(desktop_in_files) \
DISTCLEANFILES = $(desktop_DATA)
CLEANFILES = gajim.desktop

View File

@ -257,7 +257,7 @@ desktop_in_files = gajim.desktop.in.in
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
soundsdir = $(pkgdatadir)/data/sounds
sounds_DATA = $(srcdir)/sounds/*.wav
otherdir = $(pkgdatadir)/data/others
otherdir = $(pkgdatadir)/data/other
other_DATA = other/servers.xml
man_MANS = gajim.1 gajim-remote.1
EXTRA_DIST = $(desktop_in_files) \
@ -266,6 +266,7 @@ EXTRA_DIST = $(desktop_in_files) \
$(man_MANS)
DISTCLEANFILES = $(desktop_DATA)
CLEANFILES = gajim.desktop
all: all-recursive
.SUFFIXES:
@ -607,6 +608,7 @@ install-strip:
mostlyclean-generic:
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
@ -684,7 +686,6 @@ uninstall-man: uninstall-man1
uninstall-desktopDATA uninstall-info-am uninstall-man \
uninstall-man1 uninstall-otherDATA uninstall-soundsDATA
@INTLTOOL_DESKTOP_RULE@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

2
po/LINGUAS Normal file
View File

@ -0,0 +1,2 @@
# available languages
fr pt el pl es ru bg de nb cs nl pt_BR sv it eu sk no zh_CN br eo