Last change
on this file since 1946 was
1878,
checked in by Sam Hocevar, 15 years ago
|
- Renamed fonts to *.data to make sure they are not mistaken for editable
files (like there is any chance).
|
-
Property svn:keywords set to
Id
|
File size:
651 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 1878 2007-11-04 11:59:47Z sam $ |
---|
2 | |
---|
3 | SUBDIRS = kernel cucul caca src test tools cxx doc |
---|
4 | DIST_SUBDIRS = $(SUBDIRS) msvc |
---|
5 | |
---|
6 | EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in common.h libcaca.spec |
---|
7 | AUTOMAKE_OPTIONS = dist-bzip2 |
---|
8 | |
---|
9 | bin_SCRIPTS = caca-config |
---|
10 | |
---|
11 | webhost = poulet.zoy.org |
---|
12 | webdir = /srv/libcaca.zoy.org/var/www/ |
---|
13 | |
---|
14 | upload: doc/html FORCE |
---|
15 | scp $(distdir).tar.gz $(webhost):$(webdir)/files/ |
---|
16 | scp -r doc/html/* $(webhost):$(webdir)/manual/ |
---|
17 | |
---|
18 | fonts: tools/makefont |
---|
19 | tools/makefont mono9 "Monospace 9" 96 4 >| $(srcdir)/cucul/mono9.data |
---|
20 | tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/cucul/monobold12.data |
---|
21 | |
---|
22 | FORCE: |
---|
Note: See
TracBrowser
for help on using the repository browser.