Last change
on this file since 3345 was
1409,
checked in by Sam Hocevar, 16 years ago
|
- Added a "make upload" rule for releases.
|
File size:
902 bytes
|
Rev | Line | |
---|
[1084] | 1 | |
---|
[1323] | 2 | SUBDIRS = src tools fonts doc |
---|
[1144] | 3 | DIST_SUBDIRS = $(SUBDIRS) |
---|
[1084] | 4 | |
---|
| 5 | EXTRA_DIST = bootstrap |
---|
[1407] | 6 | AUTOMAKE_OPTIONS = dist-bzip2 |
---|
[1084] | 7 | |
---|
[1367] | 8 | fonts: tools/caca2tlf FORCE |
---|
| 9 | $(top_builddir)/tools/caca2tlf "Monospace 9" | zip \ |
---|
| 10 | > $(top_builddir)/fonts/bigmono9.tlf |
---|
| 11 | $(top_builddir)/tools/caca2tlf "Monospace Bold 12" | zip \ |
---|
| 12 | > $(top_builddir)/fonts/bigmono12.tlf |
---|
| 13 | $(top_builddir)/tools/caca2tlf --half "Monospace 9" | zip \ |
---|
| 14 | > $(top_builddir)/fonts/mono9.tlf |
---|
| 15 | $(top_builddir)/tools/caca2tlf --half "Monospace Bold 12" | zip \ |
---|
| 16 | > $(top_builddir)/fonts/mono12.tlf |
---|
| 17 | $(top_builddir)/tools/caca2tlf --quarter "Monospace 9" | zip \ |
---|
| 18 | > $(top_builddir)/fonts/smmono9.tlf |
---|
| 19 | $(top_builddir)/tools/caca2tlf --quarter "Monospace Bold 12" | zip \ |
---|
| 20 | > $(top_builddir)/fonts/smmono12.tlf |
---|
| 21 | |
---|
[1409] | 22 | webhost = poulet.zoy.org |
---|
| 23 | webdir = /srv/libcaca.zoy.org/var/www/ |
---|
| 24 | |
---|
| 25 | upload: FORCE |
---|
| 26 | scp $(distdir).tar.gz $(webhost):$(webdir)/files/ |
---|
| 27 | |
---|
[1367] | 28 | FORCE: |
---|
Note: See
TracBrowser
for help on using the repository browser.