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