X-Git-Url: https://git.distorted.org.uk/~mdw/xfonts-traditional/blobdiff_plain/b75800b7f59ae4681003d781a5bd97271200507f..HEAD:/Makefile diff --git a/Makefile b/Makefile index 16ea0ae..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