doc-src/IsarImplementation/makeglossary
author nipkow
Mon, 09 Feb 2009 18:50:10 +0100
changeset 29849 a2baf1b221be
parent 18537 2681f9e34390
permissions -rwxr-xr-x
new attribute "arith" for facts supplied to arith.

#!/bin/sh
# $Id$

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