doc-src/IsarImplementation/makeglossary
author wenzelm
Tue, 02 Oct 2007 22:23:26 +0200
changeset 24815 f7093e90f36c
parent 18537 2681f9e34390
permissions -rwxr-xr-x
tuned internal interfaces: flags record, added kind for results; tuned;

#!/bin/sh
# $Id$

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