(all): Add `build-HNG'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 23 Sep 2018 15:53:58 +0000 (00:53 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 23 Sep 2018 15:53:58 +0000 (00:53 +0900)
(HNG): New target.
(build-HNG): New target.
(install-HNG): New target.
(distclean): Add cleaner for HNG/.

BDF/Makefile.in

index d57ad9f..1933be1 100644 (file)
@@ -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: