doc-src/IsarImplementation/makeglossary
author webertj
Wed, 28 Jun 2006 17:54:00 +0200
changeset 19959 dc3e007aeaf1
parent 18537 2681f9e34390
permissions -rwxr-xr-x
world map now transparent

#!/bin/sh
# $Id$

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