doc-src/IsarImplementation/makeglossary
author wenzelm
Wed, 07 Jan 2009 16:22:10 +0100
changeset 29383 223f18cfbb32
parent 18537 2681f9e34390
permissions -rwxr-xr-x
qed/after_qed: singleton result;

#!/bin/sh
# $Id$

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