From: MORIOKA Tomohiko Date: Sun, 23 Sep 2018 15:53:58 +0000 (+0900) Subject: (all): Add `build-HNG'. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e70f148bbe1706bb0aed66869773f4c7202435;p=chise%2Fchise-fonts-installer.git (all): Add `build-HNG'. (HNG): New target. (build-HNG): New target. (install-HNG): New target. (distclean): Add cleaner for HNG/. --- 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: