Last change
on this file since 2833 was
2833,
checked in by Sam Hocevar, 15 years ago
|
Change the website name to caca.zoy.org.
|
-
Property svn:keywords set to
Id
|
File size:
728 bytes
|
Rev | Line | |
---|
[342] | 1 | # $Id: Makefile.am 2833 2008-09-27 21:09:37Z sam $ |
---|
[17] | 2 | |
---|
[2821] | 3 | SUBDIRS = kernel caca src examples tests tools csharp cxx python ruby doc |
---|
[1872] | 4 | DIST_SUBDIRS = $(SUBDIRS) msvc |
---|
[17] | 5 | |
---|
[2299] | 6 | EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in stubs.h libcaca.spec |
---|
[207] | 7 | AUTOMAKE_OPTIONS = dist-bzip2 |
---|
[17] | 8 | |
---|
[202] | 9 | bin_SCRIPTS = caca-config |
---|
| 10 | |
---|
[1371] | 11 | webhost = poulet.zoy.org |
---|
[2833] | 12 | webdir = /srv/caca.zoy.org/var/www/ |
---|
[1371] | 13 | |
---|
[1987] | 14 | upload: upload-source upload-doc |
---|
| 15 | |
---|
| 16 | upload-source: FORCE |
---|
[1371] | 17 | scp $(distdir).tar.gz $(webhost):$(webdir)/files/ |
---|
[1987] | 18 | |
---|
| 19 | upload-doc: doc/html FORCE |
---|
[1371] | 20 | scp -r doc/html/* $(webhost):$(webdir)/manual/ |
---|
| 21 | |
---|
[1767] | 22 | fonts: tools/makefont |
---|
[2821] | 23 | tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/caca/mono9.data |
---|
| 24 | tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/monobold12.data |
---|
[1767] | 25 | |
---|
[1371] | 26 | FORCE: |
---|
Note: See
TracBrowser
for help on using the repository browser.