Last change
on this file since 4222 was
4222,
checked in by Sam Hocevar, 13 years ago
|
Add the preliminary infrastructure for a test suite.
|
File size:
459 bytes
|
Line | |
---|
1 | |
---|
2 | SUBDIRS = src doc test |
---|
3 | DIST_SUBDIRS = $(SUBDIRS) data |
---|
4 | |
---|
5 | EXTRA_DIST = bootstrap |
---|
6 | AUTOMAKE_OPTIONS = foreign dist-bzip2 |
---|
7 | |
---|
8 | webhost = poulet.zoy.org |
---|
9 | webdir = /srv/caca.zoy.org/var/www/ |
---|
10 | doxdir = /srv/caca.zoy.org/var/cache/doxygen/neercs |
---|
11 | |
---|
12 | upload: upload-source upload-doc |
---|
13 | |
---|
14 | upload-source: FORCE |
---|
15 | scp $(distdir).tar.gz $(webhost):$(webdir)/files/ |
---|
16 | |
---|
17 | upload-doc: doc/html FORCE |
---|
18 | ssh $(webhost) rm -f '$(doxdir)/*' || true |
---|
19 | scp -r doc/html/* $(webhost):$(doxdir)/ |
---|
20 | |
---|
21 | FORCE: |
---|
Note: See
TracBrowser
for help on using the repository browser.