X-Git-Url: http://git.shiar.net/unifont.git/blobdiff_plain/7c29a68c187ca8c0ef5cf975b874a91d0f227800..48e3a36faf203c4d25e024994f103fce1fcc8fca:/font/Makefile diff --git a/font/Makefile b/font/Makefile index f7e1fb0..2ef30bb 100644 --- a/font/Makefile +++ b/font/Makefile @@ -18,7 +18,7 @@ FONTFORGE = fontforge # assembly date of this version # MAJORVERSION = 6.3 -DATE = 20131215 +DATE = 20131221 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/