X-Git-Url: https://git.distorted.org.uk/~mdw/xfonts-traditional/blobdiff_plain/c5f963105a95238599fcc9f5ab39f432bb389210..e7bc2e40dca4764e183d787df18ab014cc809db0:/Makefile 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