Last change
on this file since 4135 was
4135,
checked in by Sam Hocevar, 13 years ago
|
New ASCII fonts based on a simple translation of the Monospace ones.
|
File size:
1.1 KB
|
Line | |
---|
1 | |
---|
2 | SUBDIRS = src tools fonts doc |
---|
3 | DIST_SUBDIRS = $(SUBDIRS) |
---|
4 | |
---|
5 | EXTRA_DIST = bootstrap |
---|
6 | AUTOMAKE_OPTIONS = dist-bzip2 |
---|
7 | |
---|
8 | CACA2TLF = $(top_builddir)/tools/caca2tlf |
---|
9 | FONTDIR = $(top_builddir)/fonts |
---|
10 | |
---|
11 | fonts: tools/caca2tlf FORCE |
---|
12 | $(CACA2TLF) -u "Monospace 9" | zip > $(FONTDIR)/bigmono9.tlf |
---|
13 | $(CACA2TLF) -u "Monospace Bold 12" | zip > $(FONTDIR)/bigmono12.tlf |
---|
14 | $(CACA2TLF) -h -u "Monospace 9" | zip > $(FONTDIR)/mono9.tlf |
---|
15 | $(CACA2TLF) -h -u "Monospace Bold 12" | zip > $(FONTDIR)/mono12.tlf |
---|
16 | $(CACA2TLF) -q -u "Monospace 9" | zip > $(FONTDIR)/smmono9.tlf |
---|
17 | $(CACA2TLF) -q -u "Monospace Bold 12" | zip > $(FONTDIR)/smmono12.tlf |
---|
18 | $(CACA2TLF) -a "Monospace 9" | zip > $(FONTDIR)/bigascii9.tlf |
---|
19 | $(CACA2TLF) -a "Monospace Bold 12" | zip > $(FONTDIR)/bigascii12.tlf |
---|
20 | $(CACA2TLF) -h -a "Monospace 9" | zip > $(FONTDIR)/ascii9.tlf |
---|
21 | $(CACA2TLF) -h -a "Monospace Bold 12" | zip > $(FONTDIR)/ascii12.tlf |
---|
22 | $(CACA2TLF) -q -a "Monospace 9" | zip > $(FONTDIR)/smascii9.tlf |
---|
23 | $(CACA2TLF) -q -a "Monospace Bold 12" | zip > $(FONTDIR)/smascii12.tlf |
---|
24 | |
---|
25 | webhost = poulet.zoy.org |
---|
26 | webdir = /srv/libcaca.zoy.org/var/www/ |
---|
27 | |
---|
28 | upload: FORCE |
---|
29 | scp $(distdir).tar.gz $(webhost):$(webdir)/files/ |
---|
30 | |
---|
31 | FORCE: |
---|
Note: See
TracBrowser
for help on using the repository browser.