doc-src/IsarImplementation/makeglossary
author urbanc
Thu, 31 May 2007 09:14:14 +0200
changeset 23142 cb1dbe64a4d5
parent 18537 2681f9e34390
permissions -rwxr-xr-x
tuned the proof

#!/bin/sh
# $Id$

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