doc-src/IsarImplementation/makeglossary
author haftmann
Tue, 03 Feb 2009 16:39:52 +0100
changeset 29782 02e76245e5af
parent 18537 2681f9e34390
permissions -rwxr-xr-x
dropped global Nil/Append interpretation

#!/bin/sh
# $Id$

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