doc-src/IsarImplementation/makeglossary
author berghofe
Wed, 07 May 2008 10:59:54 +0200
changeset 26839 1d963bfd4a1b
parent 18537 2681f9e34390
permissions -rwxr-xr-x
Updated.

#!/bin/sh
# $Id$

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