doc-src/IsarImplementation/makeglossary
author haftmann
Sun, 22 Feb 2009 18:16:32 +0100
changeset 30062 ace8a0847002
parent 18537 2681f9e34390
permissions -rwxr-xr-x
handle NONE case in arity function properly

#!/bin/sh
# $Id$

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