doc-src/IsarImplementation/makeglossary
author huffman
Tue, 22 May 2007 07:29:49 +0200
changeset 23069 cdfff0241c12
parent 18537 2681f9e34390
permissions -rwxr-xr-x
rename lemmas LIM_ident, isCont_ident, DERIV_ident

#!/bin/sh
# $Id$

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