From fd7aa89c8b2a3e07fd1483a4d0263212aefe68a1 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 19 Sep 2011 19:05:14 +0000 Subject: [PATCH] (install-nabe): New target. (install-base): Call `install-nabe'. (nabe): New target. (distclean): Add cleaner for nabe/. (cvs-base-clean): Delete nabe/. --- Makefile.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index bb28c9c..861a76a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,6 +85,9 @@ install-tomoyo-tools: install-apel tomoyo-tools $(LIBDIR)/xemacs/mule-packages 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 @@ -98,7 +101,7 @@ install-fonts: build-fonts 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 @@ -196,6 +199,10 @@ apel: 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;\ @@ -218,6 +225,7 @@ distclean: cd libchise; make distclean cd xemacs-chise; make distclean cd ids; make clean + cd nabe; make clean cd chise-fonts-installer; make distclean @@ -230,4 +238,4 @@ cvs-core-clean: 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 -- 1.7.10.4