doc-src/IsarImplementation/makeglossary
author haftmann
Tue, 19 Sep 2006 15:22:24 +0200
changeset 20599 65bd267ae23f
parent 18537 2681f9e34390
permissions -rwxr-xr-x
moved base setup for evaluation oracle hier

#!/bin/sh
# $Id$

NAME="$1"
makeindex -s nomencl -o "${NAME}.gls" "${NAME}.glo"
./checkglossary "${NAME}.glo"