From: tomo Date: Thu, 17 Dec 2009 18:54:20 +0000 (+0000) Subject: update. X-Git-Tag: chise-fonts-installer-0_1~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e4f9c329f48db7e5014d9100e7783b8d6d6eb886;p=chise%2Fchise-fonts-installer.git update. --- diff --git a/ChangeLog b/ChangeLog index 2217ae5..b799bed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,11 +2,16 @@ * BDF/JISX0213/Makefile.in: New file. + * chise-setup-xfonts.in: Add + @prefix@/share/fonts/PCF/JISX0213:unscaled. + * BDF/Makefile.in (all): Call `build-jisx0213'. (install): Call `install-jisx0213'. (build-jisx0213): New target. (install-jisx0213): New target. + * configure.in: Generate BDF/JISX0213/Makefile. + 2009-12-11 MORIOKA Tomohiko * configure.in: Generate `chise-setup-xfonts'. diff --git a/configure b/configure index 6e5a570..b275ea5 100755 --- a/configure +++ b/configure @@ -1819,6 +1819,8 @@ ac_config_files="$ac_config_files Makefile" ac_config_files="$ac_config_files BDF/Makefile" +ac_config_files="$ac_config_files BDF/JISX0213/Makefile" + ac_config_files="$ac_config_files BDF/ETL-VN2/Makefile" ac_config_files="$ac_config_files BDF/Thai-XTIS/Makefile" @@ -2403,6 +2405,7 @@ do "chise-setup-xfonts") CONFIG_FILES="$CONFIG_FILES chise-setup-xfonts" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "BDF/Makefile") CONFIG_FILES="$CONFIG_FILES BDF/Makefile" ;; + "BDF/JISX0213/Makefile") CONFIG_FILES="$CONFIG_FILES BDF/JISX0213/Makefile" ;; "BDF/ETL-VN2/Makefile") CONFIG_FILES="$CONFIG_FILES BDF/ETL-VN2/Makefile" ;; "BDF/Thai-XTIS/Makefile") CONFIG_FILES="$CONFIG_FILES BDF/Thai-XTIS/Makefile" ;; "BDF/Zinbun/Makefile") CONFIG_FILES="$CONFIG_FILES BDF/Zinbun/Makefile" ;;