doc-src/IsarImplementation/makeglossary
author huffman
Wed, 02 Jan 2008 16:17:49 +0100
changeset 25773 0d585d756745
parent 18537 2681f9e34390
permissions -rwxr-xr-x
new section for directed sets

#!/bin/sh
# $Id$

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