doc-src/IsarImplementation/makeglossary
author haftmann
Thu, 28 Jun 2007 19:09:35 +0200
changeset 23513 2ebb50c0db4f
parent 18537 2681f9e34390
permissions -rwxr-xr-x
tuned

#!/bin/sh
# $Id$

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