doc-src/IsarImplementation/makeglossary
author wenzelm
Thu, 27 Mar 2008 17:21:41 +0100
changeset 26438 090ced251009
parent 18537 2681f9e34390
permissions -rwxr-xr-x
fixed theory imports;

#!/bin/sh
# $Id$

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