org.guifications.plugins: ee55b49b36cd9a8f851dac8d971e95c3e7a52feb
grim at guifications.org
grim at guifications.org
Thu Jul 3 04:15:06 CDT 2008
-----------------------------------------------------------------
Revision: ee55b49b36cd9a8f851dac8d971e95c3e7a52feb
Ancestor: 38a1d54251f318f8c9545b483e40e66326e33eb8
Author: grim at guifications.org
Date: 2008-07-03T08:33:35
Branch: org.guifications.plugins
Deleted entries:
plugin_list.sh
Modified files:
Makefile.am
ChangeLog:
A bit of tweaking.
We now create plugin_pack.list and plugin_pack.stats for the dist which are just the output of plugin_pack.py list/stats
-----------------------------------------------------------------
This revision's diffstat output:
Makefile.am | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
-------------- next part --------------
============================================================
--- Makefile.am 306cf1b8636e24160fc67930b8d99bf79879037e
+++ Makefile.am 4e95b1589cf1183295c0f5becce69d1431db193c
@@ -13,10 +13,11 @@ EXTRA_DIST = \
README \
VERSION \
VERSION.in \
- plugin_list.sh \
+ plugin_pack.list \
plugin_pack.m4 \
plugin_pack.py \
plugin_pack.spec \
+ plugin_pack.stats \
menuconfig \
win_pp.mak \
po/AUTHORS \
@@ -38,7 +39,7 @@ DISTCLEANFILES=\
intltool-update \
intltool-merge
-BUILT_SOURCES = pp_config.h
+BUILT_SOURCES = pp_config.h plugin_pack.list plugin_pack.stats
$(OBJECTS): $(BUILT_SOURCES)
@@ -51,8 +52,8 @@ signatures: dist
signatures: dist
echo $(DIST_ARCHIVES) | xargs -n 1 gpg -a -b
-info:
- @echo $(PP_DIST_DIRS)
+plugin_pack.stats:
+ @$(PYTHON) plugin_pack.py stats > $@
-stats:
- @$(PYTHON) plugin_pack.py stats
+plugin_pack.list:
+ @$(PYTHON) plugin_pack.py list > $@
More information about the Plugins-commits
mailing list