doc-src/IsarImplementation/makeglossary
author wenzelm
Fri, 27 Jan 2006 19:03:02 +0100
changeset 18799 f137c5e971f5
parent 18537 2681f9e34390
permissions -rwxr-xr-x
moved theorem tags from Drule to PureThy;

#!/bin/sh
# $Id$

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