install-ids: install-tomoyo-tools ids
cd ids && $(SUDO) make install
+install-nabe: install-apel nabe
+ cd nabe && $(SUDO) make install-package
+
config-fonts: chise-fonts-installer chise-fonts-installer/config.h
cd chise-fonts-installer && $(SUDO) make install
-install-base: install-ids install-fonts
+install-base: install-ids install-nabe install-fonts
generate-db: install-base
make .lemi-cvs-login
cvs -z9 -d $(LEMI_CVS_ROOT) co apel
+nabe:
+ make .lemi-cvs-login
+ cvs -z9 -d $(LEMI_CVS_ROOT) co nabe
+
.lemi-cvs-login:
if test "`echo $(LEMI_CVS_ROOT)|grep '^:pserver:'`" != ""; then \
cvs -d $(LEMI_CVS_ROOT) login;\
cd libchise; make distclean
cd xemacs-chise; make distclean
cd ids; make clean
+ cd nabe; make clean
cd chise-fonts-installer; make distclean
rm -rf concord libchise
cvs-base-clean:
- rm -rf xemacs-chise apel tomoyo-tools ids chise-fonts-installer
+ rm -rf xemacs-chise apel tomoyo-tools ids nabe chise-fonts-installer