File: Makefile

package info (click to toggle)
fonts-rufscript 010-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 288 kB
  • sloc: makefile: 29; xml: 17
file content (11 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
NAME=Rufscript
VERSION=010

FF=fontforge -lang=ff
FFLAGES=0x200000&0x80 # round, opentype
SCRIPT='Open($$1); SetFontNames("","","","","","$(VERSION)"); Generate($$2,"",$(FFLAGES))'


$(NAME)$(VERSION).ttf: $(NAME)$(VERSION).sfd
	@echo "Building $@"
	@$(FF) -c $(SCRIPT) $< $@