Last change
on this file since 1851 was
1767,
checked in by Sam Hocevar, 15 years ago
|
- Add a "make fonts" rule to the makefile for easy updates.
|
-
Property svn:keywords set to
Id
|
File size:
665 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 1767 2007-06-27 12:46:25Z sam $ |
---|
2 | |
---|
3 | SUBDIRS = kernel cucul caca src test tools cxx doc |
---|
4 | DIST_SUBDIRS = $(SUBDIRS) autotools 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/font_mono9.h |
---|
20 | tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/cucul/font_monobold12.h |
---|
21 | |
---|
22 | FORCE: |
---|
Note: See
TracBrowser
for help on using the repository browser.