Last change
on this file since 1371 was
1371,
checked in by Sam Hocevar, 16 years ago
|
- Added a "make upload" rule for releases.
|
-
Property svn:keywords set to
Id
|
File size:
480 bytes
|
Line | |
---|
1 | # $Id: Makefile.am 1371 2006-11-12 19:29:43Z 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 | FORCE: |
---|
Note: See
TracBrowser
for help on using the repository browser.