1#! /bin/sh
2# BEGIN LICENSE BLOCK
3# Version: CMPL 1.1
4#
5# The contents of this file are subject to the Cisco-style Mozilla Public
6# License Version 1.1 (the "License"); you may not use this file except
7# in compliance with the License.  You may obtain a copy of the License
8# at www.eclipse-clp.org/license.
9# 
10# Software distributed under the License is distributed on an "AS IS"
11# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See
12# the License for the specific language governing rights and limitations
13# under the License. 
14# 
15# The Original Code is  The ECLiPSe Constraint Logic Programming System. 
16# The Initial Developer of the Original Code is  Cisco Systems, Inc. 
17# Portions created by the Initial Developer are
18# Copyright (C) 2006 Cisco Systems, Inc.  All Rights Reserved.
19# 
20# Contributor(s): 
21# 
22# END LICENSE BLOCK
23
24TEXINPUTS=../texinputs:$TEXINPUTS
25BIBINPUTS=../texinputs
26export TEXINPUTS BIBINPUTS
27
28make install
29make -f Makefile.obs install
30
31# Exit code is that of the call to make install.
32
33