File: 02_fonts-make-file.patch

package info (click to toggle)
fonts-samyak 1.2.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,268 kB
  • sloc: makefile: 11
file content (19 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Makefile to compile source of the fonts
 According to pkg-fonts policy fonts should be compiled if
 source is available.
Forwarded: no
Author: Vasudeva Kamath <kamathvasudev@gmail.com>
Last-Update: 2011-09-29 14:45
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+default:
+	mkdir TTFfiles
+	./generate.pe devanagari/*.sfd
+	./generate.pe oriya/*.sfd
+	./generate.pe gujarati/*.sfd
+	./generate.pe malayalam/*.sfd
+	./generate.pe tamil/*.sfd
+clean:
+	rm -rf TTFfiles
\ No newline at end of file