File: Makefile

package info (click to toggle)
texlive-lang 2009-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 197,212 kB
  • ctags: 1,803
  • sloc: perl: 10,832; ansic: 3,233; makefile: 657; sh: 652; lisp: 485; awk: 331; python: 283; ruby: 177; sed: 138; xml: 57; cs: 2
file content (11 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
10
11
ENCODINGS = T2A T2B T2C X2
ENC2UNI = $(ENCODINGS:=uni.map)

all:
	./mkencs.sh

show_glyphs_absent_in_unicode: $(ENC2UNI)
	@grep ';;' $^ | sed 's,^[^;]*;;,,' | sort -u

clean:
	rm -f encfiles/*.enc