From fb0732025433c2e8620fbf81fdf102feaba1aafd Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Wed, 18 Jul 2012 04:33:28 +0900 Subject: [PATCH] (update): New target. --- Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile.in b/Makefile.in index 8821e50..5077c32 100644 --- a/Makefile.in +++ b/Makefile.in @@ -238,6 +238,14 @@ distclean: cd nabe; make clean cd chise-fonts-installer; make distclean +update: concord libchise xemacs-chise ids chise-fonts-installer apel nabe + cd concord; git pull + cd libchise; git pull + cd xemacs-chise; git pull + cd ids; git pull + cd chise-fonts-installer; git pull + cd apel; git pull + cd nabe; git pull db-clean: rm -rf chise-db -- 1.7.10.4