From 01e70f148bbe1706bb0aed66869773f4c7202435 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 24 Sep 2018 00:53:58 +0900 Subject: [PATCH] (all): Add `build-HNG'. (HNG): New target. (build-HNG): New target. (install-HNG): New target. (distclean): Add cleaner for HNG/. --- BDF/Makefile.in | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/BDF/Makefile.in b/BDF/Makefile.in index d57ad9f..1933be1 100644 --- a/BDF/Makefile.in +++ b/BDF/Makefile.in @@ -12,7 +12,7 @@ OPTS = @ac_configure_args@ all: build-jisx0213 build-egb build-etl-vn2 \ - build-thai-xtis build-zinbun build-hanazono build-mj build-cbeta + build-thai-xtis build-zinbun build-hanazono build-mj build-cbeta build-HNG install: install-jisx0213 install-egb install-etl-vn2 \ install-thai-xtis install-zinbun install-hanazono \ @@ -75,6 +75,16 @@ install-cbeta: cd CBETA && make install +HNG: + git clone https://gitlab.hng-data.org/HNG/bdf-hng-fonts.git HNG + +build-HNG: + cd HNG && ./configure + +install-HNG: + cd HNG && make install + + distclean: cd JISX0213 && make distclean cd EGB && make distclean @@ -84,6 +94,7 @@ distclean: cd Hanazono && make distclean cd MJ && make distclean cd CBETA && make distclean + cd HNG && make distclean -$(RM) Makefile distclean-all: -- 1.7.10.4