ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/Config2.inc
(Generate patch)

Comparing projects/cms/source/util/Config2.inc (file contents):
Revision 1.3 by tdb, Wed Feb 5 22:30:05 2003 UTC vs.
Revision 1.7 by tdb, Sun Aug 1 10:41:07 2004 UTC

# Line 7 | Line 7 | include $(SOURCEROOT)/Version.inc
7   DISTNAME = iscream_util
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`
# Line 62 | Line 62 | PKGLIST = uk.org.iscream.cms.util
62  
63   # Javadoc formatting
64   JDTITLE = "i-scream CMS util"
65 < JDHEADER = "<img src='http://www.i-scream.org.uk/i-scream_small.gif' width='146' height='38'>"
66 < JDBOTTOM = "<i>Copyright &\#169; 2000-2002 i-scream. All Rights Reserved.</i>"
65 > JDHEADER = "<img src='http://www.i-scream.org/i-scream_small.gif' width='146' height='38'>"
66 > JDBOTTOM = "<i>Copyright &\#169; 2000-2003 i-scream. All Rights Reserved.</i>"
67  
68   # Javadoc Directories
69   DOCDIR = $(BUILD)/doc
# Line 71 | Line 71 | DOCTMPDIR = $(BUILD)/.doctemp
71   APICACHE = $(SOURCEROOT)/.api-cache
72  
73   # Javadoc API linking
74 < JDJAPI = "http://java.sun.com/j2se/1.3/docs/api/"
74 > JDJAPI = "http://java.sun.com/j2se/1.4.2/docs/api/"
75  
76   # Javadoc API cache
77   JDJAPIC = $(APICACHE)/jdk
# Line 86 | Line 86 | SRCFILES = Config2.inc Makefile Makefile.inc Version.i
86             configure uk COPYING $(BUILDDIRNAME)/README \
87             $(BUILDDIRNAME)/lib $(BUILDDIRNAME)/Makefile
88  
89 + # License file
90 + LICFILE = COPYING
91 +
92   # User configurable options - defaults
93   dest = $(BUILD)
94 + prefix = /opt/$(DISTNAME)-$(VERSION)
95  
96 < # Distribution directory
96 > # Install Prefix
97 > INSTALLPREFIX = $(prefix)
98   DISTDEST = $(dest)
99  
100   # Archive extensions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines