1#! /bin/sh
2#! /bin/sh
3
4# BEGIN LICENSE BLOCK
5# Version: CMPL 1.1
6#
7# The contents of this file are subject to the Cisco-style Mozilla Public
8# License Version 1.1 (the "License"); you may not use this file except
9# in compliance with the License.  You may obtain a copy of the License
10# at www.eclipse-clp.org/license.
11# 
12# Software distributed under the License is distributed on an "AS IS"
13# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See
14# the License for the specific language governing rights and limitations
15# under the License. 
16# 
17# The Original Code is  The ECLiPSe Constraint Logic Programming System. 
18# The Initial Developer of the Original Code is  Cisco Systems, Inc. 
19# Portions created by the Initial Developer are
20# Copyright (C) 2006 Cisco Systems, Inc.  All Rights Reserved.
21# 
22# Contributor(s): 
23# 
24# END LICENSE BLOCK
25#! /bin/sh
26
27# The hyperref package is copied from a farm machine with uname
28# Linux lobster.icparc.ic.ac.uk 2.4.18-18.7.X-perfctr #2 Tue Dec 10 12:15:10 GMT 2002
29# because the older farms have an old hyperref that doesn't work.
30TEXINPUTS=../texinputs/hyperref:../texinputs:$TEXINPUTS
31BIBINPUTS=../texinputs
32export TEXINPUTS BIBINPUTS
33
34make install
35