unifont-6.3.20131217.tar.gz
authorPaul Hardy <unifoundry@unifoundry.com>
Wed, 18 Dec 2013 04:09:34 +0000 (04:09 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 16 Jul 2015 01:48:50 +0000 (01:48 +0000)
* doc/Makefile: removed redirection of texi2pdf output.
* doc/unifont.pdf: rebuilt file.
* font/Makefile:
  - Don't modify PCF fonts with FontForge, which alters them
    so grub-mkfont can't read them.
  - In font/compiled, insert $(VERSION) into unifont.sfd name.
* font/ttfsrc/Makefile (clean): remove *.bdf, so unifont_sample.bdf
  is removed.
* README: removed date stamp at top of file.

ChangeLog
Makefile
NEWS
README
doc/Makefile
font/Makefile
font/ttfsrc/Makefile
hangul/Makefile

index 32892cfc6da6e88161874811cd38bf937f7aca17..81f6df7c3f1f88128c100b1d1926cc10fc5acee0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2013-12-27  Paul Hardy  <unifoundry@unifoundry.com>
+
+       * doc/Makefile: removed redirection of texi2pdf output.
+       * doc/unifont.pdf: rebuilt file.
+       * font/Makefile:
+         - Don't modify PCF fonts with FontForge, which alters them
+           so grub-mkfont can't read them.
+         - In font/compiled, insert $(VERSION) into unifont.sfd name.
+       * font/ttfsrc/Makefile (clean): remove *.bdf, so unifont_sample.bdf
+         is removed.
+       * README: removed date stamp at top of file.
+
 2013-12-15  Paul Hardy  <unifoundry@unifoundry.com>
 
        * src/unihex2png: new program to convert unifont.hex to PNG image.
index e625de0b07b6fa7595e9dabc29452c1122ae1222..556f5a6cfb838e14680d2fbcda9bb95c5cfbebde 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
 SHELL = /bin/sh
 INSTALL = install
 
-DATE = 20131215
+DATE = 20131217
 MAJORVERSION = 6.3
 VERSION = $(MAJORVERSION).$(DATE)
 
diff --git a/NEWS b/NEWS
index 1f44a5dc8e748b3e79f985ebe6d588a702a218ad..daec9380325459cf0a69bedecbce97530dedcdad 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2013-12-17: Release 6.3.20131217
+
+   This fixes three bugs:
+
+        * doc/Makefile: removed redirection of texi2pdf output.
+        * font/Makefile: don't modify PCF fonts with FontForge,
+          which alters them so grub-mkfont can't read them.
+        * font/ttfsrc/Makefile: remove *.bdf so unifont_sample.bdf
+          gets deleted.
+
+   Also includes a few formatting changes; see ChangeLog.
+
 2013-12-15: Release 6.3.20131215
 
    This version introduces unihex2png and unipng2hex, two Perl scripts
diff --git a/README b/README
index 31c700df94605ef3fab198fb7dfad689e01eb062..231fe639e0ba699bd93366a7d963965a18aa1984 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,4 @@
 
-Subject: Unifont package version 6.3.20131215
-
-
 OVERVIEW
 --------
 GNU Unifont is an official GNU package.  It is a dual-width
index b68a539dc954651d2a4472f57b6bdc9ba25f878f..3b836ccf9b4d8723ed5b62b0021e95e8dc60f20b 100644 (file)
@@ -16,7 +16,7 @@ OUTPUT_FILES = unifont.info unifont.txt unifont.pdf
        $(MAKEINFO) --plaintext $< -o $@
 
 .texi.pdf:
-       $(TEXI2PDF) $< > $@
+       $(TEXI2PDF) $<
 
 #
 # Comment out the "all:" line to make the documents.  The default is
index f7e1fb052a881fcadcca869cdb52e0172a92b2fb..7499bd90abb78f6674955344129813232280a772 100644 (file)
@@ -18,7 +18,7 @@ FONTFORGE = fontforge
 # assembly date of this version
 #
 MAJORVERSION = 6.3
-DATE = 20131215
+DATE = 20131217
 VERSION = $(MAJORVERSION).$(DATE)
 
 COPYRIGHT = "Copyright (C) 2013 Roman Czyborra, Paul Hardy, et al.  \
@@ -149,19 +149,9 @@ bdf: hex
 pcf: bdf
        bdftopcf <$(COMPILED_DIR)/unifont-$(VERSION).bdf \
                 >$(COMPILED_DIR)/unifont-$(VERSION).pcf
-       $(FONTFORGE) -lang=ff -c \
-          'Open($$1); \
-           SetFontNames("UnifontMedium", "GNU", "Unifont", "Medium", $(COPYRIGHT), "$(VERSION)"); \
-           Save($$1)' \
-          $(COMPILED_DIR)/unifont-$(VERSION).pcf
        gzip -f -9 $(COMPILED_DIR)/unifont-$(VERSION).pcf
        bdftopcf <$(COMPILED_DIR)/unifont_sample-$(VERSION).bdf \
                 >$(COMPILED_DIR)/unifont_sample-$(VERSION).pcf
-       $(FONTFORGE) -lang=ff -c \
-          'Open($$1); \
-           SetFontNames("UnifontSampleMedium", "GNU", "Unifont Sample", "Medium", $(COPYRIGHT), "$(VERSION)"); \
-           Save($$1)' \
-          $(COMPILED_DIR)/unifont_sample-$(VERSION).pcf
        gzip -f -9 $(COMPILED_DIR)/unifont_sample-$(VERSION).pcf
 
 #
@@ -228,12 +218,12 @@ ttf:
                $(COMPILED_DIR)/unifont_sample-$(VERSION).bdf \
                $(TTFSRC)/unifont_sample.bdf
        cd $(TTFSRC) ; make && make clean
-       mv $(TTFSRC)/unifont.sfd $(COMPILED_DIR)/unifont.sfd 
+       mv $(TTFSRC)/unifont.sfd $(COMPILED_DIR)/unifont-$(VERSION).sfd 
        mv $(TTFSRC)/unifont.ttf \
                $(COMPILED_DIR)/unifont-$(VERSION).ttf 
        mv $(TTFSRC)/unifont_sample.ttf \
                $(COMPILED_DIR)/unifont_sample-$(VERSION).ttf 
-       gzip -f -9 $(COMPILED_DIR)/unifont.sfd 
+       gzip -f -9 $(COMPILED_DIR)/unifont-$(VERSION).sfd 
 
 #
 # Copy the newly created files from $(COMPILED_DIR) to the precompiled/
index a0b3728b423029fdfa46b50482d12a37befe04df..945dde761e41797c40a11797d001da34379c3f52 100644 (file)
@@ -9,7 +9,7 @@ COPYRIGHT = "Copyright (C) 2013 Roman Czyborra, Paul Hardy, et al.  \
 Licensed under the GNU General Public License; either version 2, or \
 (at your option) a later version, with the GNU Font Embedding Exception."
 
-VERSION = 6.3.20131215
+VERSION = 6.3.20131217
 
 #
 # How to build unifont.ttf from GNU Unifont's unifont.hex
@@ -100,6 +100,7 @@ sbit:
 clean:
        \rm -f [0-9A-F].hex
        \rm -f [0-9A-F].sfd
+       \rm -f *.bdf
 
 distclean: clean
        \rm -f unifont.bdf
index 87af3b2dfa3767d46980e23fa9db34b0cc0ba750..e3f0fcf424d2cbc174ee92108da475e347314c73 100644 (file)
@@ -7,7 +7,7 @@ BINDIR = ../bin
 # assembly date of this version
 #
 MAJORVERSION = 6.3
-DATE = 20131215
+DATE = 20131217
 VERSION = $(MAJORVERSION).$(DATE)
 
 COPYRIGHT = "Copyright (C) 2013 Paul Hardy.  \