From: Mark Wooding Date: Wed, 11 Jan 2012 14:16:30 +0000 (+0000) Subject: Provide 6x13O as a BDF source and generate a PCF from it at build time. X-Git-Url: https://git.distorted.org.uk/~mdw/xfonts-traditional/commitdiff_plain/e7bc2e40dca4764e183d787df18ab014cc809db0 Provide 6x13O as a BDF source and generate a PCF from it at build time. Just in case we feel the need to edit it later. Also, BDF is slightly closer to a `preferred form for modification'. --- diff --git a/.gitignore b/.gitignore index e290cfe..ee0e80a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ debian/xfonts-traditional debian/xfonts-traditional.substvars debian/xfonts-traditional.debhelper.log debian/xfonts-traditional.*.debhelper +good/6x13O.pcf.gz diff --git a/Makefile b/Makefile index 1056107..a041272 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,13 @@ install=install -o 0 -g 0 default: all -all: +OWNFONT = 6x13O +SRCBDF = $(patsubst %, bdfsrc/%.bdf, $(OWNFONT)) +GENPCF = $(patsubst %, good/%.pcf.gz, $(OWNFONT)) +$(GENPCF): good/%.pcf.gz: bdfsrc/%.bdf + bdftopcf <$< | gzip -9 >$@ + +all: $(GENPCF) mkdir -p rules/ ./mkrules