--- projects/cms/source/util/Config2.inc 2003/02/05 22:30:05 1.3 +++ projects/cms/source/util/Config2.inc 2004/08/01 10:41:07 1.7 @@ -1,5 +1,5 @@ # Include Config for util package -# $Id: Config2.inc,v 1.3 2003/02/05 22:30:05 tdb Exp $ +# $Id: Config2.inc,v 1.7 2004/08/01 10:41:07 tdb Exp $ include $(SOURCEROOT)/Version.inc @@ -7,7 +7,7 @@ include $(SOURCEROOT)/Version.inc DISTNAME = iscream_util # Location of the i-scream CVS Repository Root -CVSROOT = :pserver:anonymous@cvs.i-scream.org.uk:/cvs/i-scream +CVSROOT = :pserver:anonymous@cvs.i-scream.org:/cvs/i-scream # This will attempt to locate cvs, and return the path. 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` @@ -62,8 +62,8 @@ PKGLIST = uk.org.iscream.cms.util # Javadoc formatting JDTITLE = "i-scream CMS util" -JDHEADER = "" -JDBOTTOM = "Copyright &\#169; 2000-2002 i-scream. All Rights Reserved." +JDHEADER = "" +JDBOTTOM = "Copyright &\#169; 2000-2003 i-scream. All Rights Reserved." # Javadoc Directories DOCDIR = $(BUILD)/doc @@ -71,7 +71,7 @@ DOCTMPDIR = $(BUILD)/.doctemp APICACHE = $(SOURCEROOT)/.api-cache # Javadoc API linking -JDJAPI = "http://java.sun.com/j2se/1.3/docs/api/" +JDJAPI = "http://java.sun.com/j2se/1.4.2/docs/api/" # Javadoc API cache JDJAPIC = $(APICACHE)/jdk @@ -86,10 +86,15 @@ SRCFILES = Config2.inc Makefile Makefile.inc Version.i configure uk COPYING $(BUILDDIRNAME)/README \ $(BUILDDIRNAME)/lib $(BUILDDIRNAME)/Makefile +# License file +LICFILE = COPYING + # User configurable options - defaults dest = $(BUILD) +prefix = /opt/$(DISTNAME)-$(VERSION) -# Distribution directory +# Install Prefix +INSTALLPREFIX = $(prefix) DISTDEST = $(dest) # Archive extensions