doc-src/IsarImplementation/makeglossary
author berghofe
Wed, 07 Feb 2007 17:30:53 +0100
changeset 22264 6a65e9b2ae05
parent 18537 2681f9e34390
permissions -rwxr-xr-x
Theorems for converting between wf and wfP are now declared as hints.

#!/bin/sh
# $Id$

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