doc-src/IsarImplementation/makeglossary
author berghofe
Wed, 25 Feb 2009 11:05:06 +0100
changeset 30087 a780642a9c9c
parent 18537 2681f9e34390
permissions -rwxr-xr-x
nominal_inductive and equivariance now work on local_theory.

#!/bin/sh
# $Id$

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