doc-src/IsarImplementation/makeglossary
author berghofe
Wed, 07 Feb 2007 17:29:41 +0100
changeset 22263 990a638e6f69
parent 18537 2681f9e34390
permissions -rwxr-xr-x
- Adapted to new inductive definition package - Predicate version of wellfoundedness

#!/bin/sh
# $Id$

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