doc-src/IsarImplementation/makeglossary
author chaieb
Sat, 20 Oct 2007 12:09:30 +0200
changeset 25111 d52a58b51f1f
parent 18537 2681f9e34390
permissions -rwxr-xr-x
neq0_conv removed from [iff] -- causes problems by simple goals with blast, auto etc...

#!/bin/sh
# $Id$

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