doc-src/IsarImplementation/makeglossary
author berghofe
Thu, 29 Jan 2009 22:28:03 +0100
changeset 29691 9f03b5f847cd
parent 18537 2681f9e34390
permissions -rwxr-xr-x
Added strong congruence rule for UN.

#!/bin/sh
# $Id$

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