doc-src/IsarImplementation/makeglossary
author wenzelm
Mon, 16 Feb 2009 20:47:44 +0100
changeset 29755 d66b34e46bdf
parent 18537 2681f9e34390
permissions -rwxr-xr-x
observe usual theory naming conventions;

#!/bin/sh
# $Id$

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