(HNG): New target.
(build-HNG): New target.
(install-HNG): New target.
(distclean): Add cleaner for HNG/.
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 \
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
cd Hanazono && make distclean
cd MJ && make distclean
cd CBETA && make distclean
+ cd HNG && make distclean
-$(RM) Makefile
distclean-all: