| 7 |
|
DISTNAME = iscream_conient |
| 8 |
|
|
| 9 |
|
# Location of the i-scream CVS Repository Root |
| 10 |
< |
CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream |
| 10 |
> |
CVSROOT = :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream |
| 11 |
|
|
| 12 |
|
# This will attempt to locate cvs, and return the path. |
| 13 |
|
CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi` |
| 65 |
|
|
| 66 |
|
# Javadoc formatting |
| 67 |
|
JDTITLE = "i-scream CMS conient" |
| 68 |
< |
JDHEADER = "<img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'>" |
| 68 |
> |
JDHEADER = "<img src='http://www.i-scream.org/i-scream_small.gif' width='146' height='38'>" |
| 69 |
|
JDBOTTOM = "<i>Copyright &\#169; 2000-2003 i-scream. All Rights Reserved.</i>" |
| 70 |
|
|
| 71 |
|
# Javadoc Directories |
| 74 |
|
|
| 75 |
|
# Javadoc API linking |
| 76 |
|
JDJAPI = "http://java.sun.com/j2se/1.4.2/docs/api/" |
| 77 |
< |
JDUAPI = "http://www.i-scream.org.uk/javadoc/util/" |
| 77 |
> |
JDUAPI = "http://www.i-scream.org/javadoc/util/" |
| 78 |
|
|
| 79 |
|
# Javadoc API cache |
| 80 |
|
JDJAPIC = $(APICACHE)/jdk |