X-Git-Url: https://git.distorted.org.uk/~mdw/xfonts-traditional/blobdiff_plain/fb8fab66edb76e10899adb7b54c3fb296ec42504..e7bc2e40dca4764e183d787df18ab014cc809db0:/Makefile diff --git a/Makefile b/Makefile index 75c9eb8..a041272 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,16 @@ 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