adding Stefan to AUTHORS file
cleaning Makefile.in-s in make maintainer-clean skip noisy message in autogen.sh
This commit is contained in:
parent
36786893c8
commit
595f4bbf4b
1
AUTHORS
1
AUTHORS
|
@ -5,6 +5,7 @@ Nikos Kouremenos (kourem AT gmail.com)
|
||||||
Dimitur Kirov (dkirov AT gmail.com)
|
Dimitur Kirov (dkirov AT gmail.com)
|
||||||
Travis Shirk (travis AT pobox.com)
|
Travis Shirk (travis AT pobox.com)
|
||||||
Jean-Marie Traissard (jim AT lapin.org)
|
Jean-Marie Traissard (jim AT lapin.org)
|
||||||
|
Stefan Bethge (stefan AT lanpartei.de)
|
||||||
|
|
||||||
PAST DEVELOPERS:
|
PAST DEVELOPERS:
|
||||||
|
|
||||||
|
|
17
Makefile.am
17
Makefile.am
|
@ -24,3 +24,20 @@ DISTCLEANFILES = \
|
||||||
intltool-merge \
|
intltool-merge \
|
||||||
intltool-update \
|
intltool-update \
|
||||||
scripts/gajim
|
scripts/gajim
|
||||||
|
|
||||||
|
MAINTAINERCLEANFILES = \
|
||||||
|
configure \
|
||||||
|
Makefile.in \
|
||||||
|
intltool-extract.in \
|
||||||
|
intltool-update.in \
|
||||||
|
intltool-merge.in \
|
||||||
|
ltmain.sh \
|
||||||
|
missing \
|
||||||
|
mkinstalldirs \
|
||||||
|
install-sh \
|
||||||
|
compile \
|
||||||
|
depcomp \
|
||||||
|
config.guess \
|
||||||
|
config.sub \
|
||||||
|
aclocal.m4 \
|
||||||
|
libtool
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -x
|
|
||||||
echo "[encoding: UTF-8]" > po/POTFILES.in \
|
echo "[encoding: UTF-8]" > po/POTFILES.in \
|
||||||
&& ls data/gajim.desktop.in.in data/glade/*.glade \
|
&& ls data/gajim.desktop.in.in data/glade/*.glade \
|
||||||
src/*py src/common/*py src/common/zeroconf/*.py -1 -U >> \
|
src/*py src/common/*py src/common/zeroconf/*.py -1 -U >> \
|
||||||
po/POTFILES.in || exit 1
|
po/POTFILES.in || exit 1
|
||||||
|
set -x
|
||||||
intltoolize --force --automake \
|
intltoolize --force --automake \
|
||||||
&& aclocal -I ./m4 \
|
&& aclocal -I ./m4 \
|
||||||
&& libtoolize --copy --force --automake \
|
&& libtoolize --copy --force --automake \
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
AC_INIT([Gajim - A Jabber Instant Messager],
|
AC_INIT([Gajim - A Jabber Instant Messager],
|
||||||
[0.11.0],[http://trac.gajim.org/],[gajim])
|
[0.11.0],[http://trac.gajim.org/],[gajim])
|
||||||
|
AC_PREREQ([2.59])
|
||||||
AM_INIT_AUTOMAKE([1.9])
|
AM_INIT_AUTOMAKE([1.9])
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
|
|
|
@ -22,3 +22,5 @@ EXTRA_DIST = $(desktop_in_files) \
|
||||||
DISTCLEANFILES = $(desktop_DATA)
|
DISTCLEANFILES = $(desktop_DATA)
|
||||||
|
|
||||||
CLEANFILES = gajim.desktop
|
CLEANFILES = gajim.desktop
|
||||||
|
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
|
@ -33,4 +33,6 @@ dist-hook:
|
||||||
echo " cp -pR $(srcdir)/$$f $(distdir)/$$f"; \
|
echo " cp -pR $(srcdir)/$$f $(distdir)/$$f"; \
|
||||||
cp -pR $(srcdir)/$$f $(distdir)/$$f || exit 1; \
|
cp -pR $(srcdir)/$$f $(distdir)/$$f || exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
done;
|
done;
|
||||||
|
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
|
@ -4,3 +4,5 @@ glade_DATA = $(srcdir)/*.glade
|
||||||
EXTRA_DIST = $(glade_DATA)
|
EXTRA_DIST = $(glade_DATA)
|
||||||
|
|
||||||
DISTCLEANFILES = *.h
|
DISTCLEANFILES = *.h
|
||||||
|
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
|
@ -34,4 +34,6 @@ dist-hook:
|
||||||
echo " cp -pR $(srcdir)/$$f $(distdir)/$$f"; \
|
echo " cp -pR $(srcdir)/$$f $(distdir)/$$f"; \
|
||||||
cp -pR $(srcdir)/$$f $(distdir)/$$f || exit 1; \
|
cp -pR $(srcdir)/$$f $(distdir)/$$f || exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
done;
|
done;
|
||||||
|
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
|
@ -4,3 +4,5 @@ pixmaps_DATA = $(srcdir)/*.png \
|
||||||
$(srcdir)/events/*.png \
|
$(srcdir)/events/*.png \
|
||||||
$(srcdir)/agents/*.png
|
$(srcdir)/agents/*.png
|
||||||
EXTRA_DIST = $(pixmaps_DATA)
|
EXTRA_DIST = $(pixmaps_DATA)
|
||||||
|
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
|
@ -27,8 +27,10 @@ trayicon_la_LIBADD = $(PYGTK_LIBS)
|
||||||
trayicon_la_SOURCES = \
|
trayicon_la_SOURCES = \
|
||||||
eggtrayicon.c \
|
eggtrayicon.c \
|
||||||
trayiconmodule.c
|
trayiconmodule.c
|
||||||
|
|
||||||
nodist_trayicon_la_SOURCES = \
|
nodist_trayicon_la_SOURCES = \
|
||||||
trayicon.c
|
trayicon.c
|
||||||
|
|
||||||
trayicon_la_LDFLAGS = \
|
trayicon_la_LDFLAGS = \
|
||||||
-module -avoid-version
|
-module -avoid-version
|
||||||
trayicon_la_CFLAGS = $(PYGTK_CFLAGS)
|
trayicon_la_CFLAGS = $(PYGTK_CFLAGS)
|
||||||
|
@ -66,3 +68,4 @@ EXTRA_DIST = $(gajimsrc_DATA) \
|
||||||
trayicon.defs \
|
trayicon.defs \
|
||||||
trayicon.override
|
trayicon.override
|
||||||
|
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
|
@ -14,3 +14,5 @@ idle_la_LDFLAGS = \
|
||||||
|
|
||||||
idle_la_CFLAGS = $(XSCREENSAVER_CFLAGS) $(PYTHON_INCLUDES)
|
idle_la_CFLAGS = $(XSCREENSAVER_CFLAGS) $(PYTHON_INCLUDES)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
Loading…
Reference in New Issue