doc-src/IsarImplementation/makeglossary
author wenzelm
Thu, 14 Jun 2007 00:48:42 +0200
changeset 23379 d0e3f790bd73
parent 18537 2681f9e34390
permissions -rwxr-xr-x
updated 'find_theorems' -- moved ProofGeneral specifics to ProofGeneral/CHANGES;

#!/bin/sh
# $Id$

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