doc-src/IsarImplementation/makeglossary
author berghofe
Fri, 07 Apr 2006 11:17:44 +0200
changeset 19357 dade85a75c9f
parent 18537 2681f9e34390
permissions -rwxr-xr-x
Added alternative version of thms_of_proof that does not recursively descend into proofs of (named) theorems.

#!/bin/sh
# $Id$

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