doc-src/IsarImplementation/makeglossary
author paulson
Wed, 13 Dec 2006 12:42:26 +0100
changeset 21813 06a06f6d3166
parent 18537 2681f9e34390
permissions -rwxr-xr-x
Deleted the unused type argument of UVar

#!/bin/sh
# $Id$

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