pidgin/purple-plugin-pack

This took WAY too long to see. The logs shouldn't be sorted while we're
org.guifications.plugins
2008-08-03, rekkanoryo
f8496a6121df
This took WAY too long to see. The logs shouldn't be sorted while we're
still in the outer loop. Sort at the end once we've collected all the logs
we can.
EXTRA_DIST = \
AUTHORS \
COPYING \
ChangeLog \
INSTALL \
INSTALL.WIN32 \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
Makefile.am \
Makefile.mingw \
NEWS \
README \
VERSION \
VERSION.in \
plugin_pack.list \
plugin_pack.m4 \
plugin_pack.py \
plugin_pack.spec \
plugin_pack.stats \
menuconfig \
win_pp.mak \
po/AUTHORS \
po/ChangeLog \
po/Makefile.in.in \
po/Makefile.mingw
if INSTALL_I18N
PO_DIR=po
endif
DIST_SUBDIRS = common doc po $(PP_DIST_DIRS)
SUBDIRS = common doc $(PO_DIR) $(PP_BUILD_DIRS)
DISTCLEANFILES=\
pp_config.h \
intltool-extract \
intltool-update \
intltool-merge
BUILT_SOURCES = pp_config.h plugin_pack.list plugin_pack.stats
$(OBJECTS): $(BUILT_SOURCES)
pp_config.h: pre_config.h
cp -f po/Makefile po/.tmp-Makefile
sed -e "s#localedir = .*#localedir = $(PURPLE_DATADIR)/locale#g" < po/.tmp-Makefile > po/Makefile
rm -f po/.tmp-Makefile
$(sedpath) 's/\#define PACKAGE/\#define PP_PACKAGE/g' pre_config.h > $@
signatures: dist
echo $(DIST_ARCHIVES) | xargs -n 1 gpg -a -b
plugin_pack.stats: plugin_pack.py $(SUBDIRS)
@$(PYTHON) plugin_pack.py stats > $@
plugin_pack.list: plugin_pack.py $(SUBDIRS)
@$(PYTHON) plugin_pack.py list > $@