doc-src/IsarImplementation/makeglossary
author kleing
Wed, 11 Feb 2009 16:03:10 +1100
changeset 29858 c8cee17d7e50
parent 18537 2681f9e34390
permissions -rwxr-xr-x
Autosolve feature for detecting duplicate theorems; patch by Timothy Bourke

#!/bin/sh
# $Id$

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