doc-src/IsarImplementation/makeglossary
author berghofe
Thu, 06 Sep 2007 11:33:45 +0200
changeset 24531 aa3aacb22e65
parent 18537 2681f9e34390
permissions -rwxr-xr-x
Integrated code generator setup into Rational theory.

#!/bin/sh
# $Id$

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