doc-src/IsarImplementation/makeglossary
author huffman
Wed, 08 Nov 2006 00:34:15 +0100
changeset 21238 c46bc715bdfd
parent 18537 2681f9e34390
permissions -rwxr-xr-x
generalized types of of_nat and of_int to work with non-commutative types

#!/bin/sh
# $Id$

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