~ubuntu-branches/ubuntu/trusty/fonts-samyak/trusty

« back to all changes in this revision

Viewing changes to debian/patches/fonts-makefile.patch

  • Committer: Package Import Robot
  • Author(s): Vasudev Kamath
  • Date: 2012-03-04 23:56:38 UTC
  • Revision ID: package-import@ubuntu.com-20120304235638-hclcrfa94o2ec7x4
Tags: 1.2.2-1
Split from ttf-indic-fonts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Makefile to compile source of the fonts
 
2
 According to pkg-fonts policy fonts should be compiled if
 
3
 source is available.
 
4
Forwarded: no
 
5
Author: Vasudeva Kamath <kamathvasudev@gmail.com>
 
6
Last-Update: 2011-09-29 14:45
 
7
--- /dev/null
 
8
+++ b/Makefile
 
9
@@ -0,0 +1,9 @@
 
10
+default:
 
11
+       mkdir TTFfiles
 
12
+       ./generate.pe devanagari/*.sfd
 
13
+       ./generate.pe oriya/*.sfd
 
14
+       ./generate.pe gujarati/*.sfd
 
15
+       ./generate.pe malayalam/*.sfd
 
16
+       ./generate.pe tamil/*.sfd
 
17
+clean:
 
18
+       rm -rf TTFfiles
 
19
\ No newline at end of file