doc-src/IsarImplementation/makeglossary
author huffman
Thu, 19 Feb 2009 12:26:32 -0800
changeset 29995 62efbd0ef132
parent 18537 2681f9e34390
permissions -rwxr-xr-x
add rule for minus 1 at type bit

#!/bin/sh
# $Id$

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