null+****@clear*****
null+****@clear*****
2011年 5月 28日 (土) 15:52:12 JST
Kouhei Sutou 2011-05-28 06:52:12 +0000 (Sat, 28 May 2011)
New Revision: 7af59f6298b4e301702c389e1dd9b203f4209047
Log:
support files for Windows upload.
Added files:
packages/windows/Makefile.am
Modified files:
.gitignore
configure.ac
packages/Makefile.am
Modified: .gitignore (+1 -0)
===================================================================
--- .gitignore 2011-05-28 06:48:40 +0000 (714d2d5)
+++ .gitignore 2011-05-28 06:52:12 +0000 (b05958d)
@@ -87,6 +87,7 @@ version.sh
/packages/yum/fedora/
/packages/yum/centos/
/packages/source/files/
+/packages/windows/files/
/examples/dictionary/db/
/examples/dictionary/*.gz
/examples/dictionary/gene95-dictionary/
Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac 2011-05-28 06:48:40 +0000 (aaf7134)
+++ configure.ac 2011-05-28 06:52:12 +0000 (48c6261)
@@ -130,6 +130,7 @@ AC_CONFIG_FILES([
packages/rpm/fedora/Makefile
packages/yum/Makefile
packages/source/Makefile
+ packages/windows/Makefile
data/Makefile
data/html/Makefile
data/munin/Makefile
Modified: packages/Makefile.am (+2 -1)
===================================================================
--- packages/Makefile.am 2011-05-28 06:48:40 +0000 (19b9077)
+++ packages/Makefile.am 2011-05-28 06:52:12 +0000 (f61c5e7)
@@ -2,4 +2,5 @@ SUBDIRS = \
apt \
rpm \
yum \
- source
+ source \
+ windows
Added: packages/windows/Makefile.am (+15 -0) 100644
===================================================================
--- /dev/null
+++ packages/windows/Makefile.am 2011-05-28 06:52:12 +0000 (4279ada)
@@ -0,0 +1,15 @@
+all:
+
+release: upload
+
+ensure-rsync-path:
+ @if test -z "$(RSYNC_PATH)"; then \
+ echo "--with-rsync-path configure option must be specified."; \
+ false; \
+ fi
+
+download: ensure-rsync-path
+ rsync -avz $(RSYNC_PATH)/windows/groonga/ files
+
+upload: ensure-rsync-path
+ rsync -avz --delete files/ $(RSYNC_PATH)/windows/groonga