update.
authortomo <tomo>
Thu, 17 Dec 2009 18:54:20 +0000 (18:54 +0000)
committertomo <tomo>
Thu, 17 Dec 2009 18:54:20 +0000 (18:54 +0000)
ChangeLog
configure

index 2217ae5..b799bed 100644 (file)
--- 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  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * configure.in: Generate `chise-setup-xfonts'.
index 6e5a570..b275ea5 100755 (executable)
--- 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" ;;