doc-src/IsarImplementation/makeglossary
author haftmann
Mon, 18 Dec 2006 08:21:30 +0100
changeset 21874 aa350df2372c
parent 18537 2681f9e34390
permissions -rwxr-xr-x
dropped two inline directives

#!/bin/sh
# $Id$

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