doc-src/IsarImplementation/makeglossary
author wenzelm
Thu, 13 Nov 2008 21:43:46 +0100
changeset 28760 cbc435f7b16b
parent 18537 2681f9e34390
permissions -rwxr-xr-x
unified use of declaration environment with IsarImplementation; tuned ML decls;

#!/bin/sh
# $Id$

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