doc-src/IsarImplementation/makeglossary
author wenzelm
Thu, 19 Jan 2006 21:22:16 +0100
changeset 18711 cf020c54e2f5
parent 18537 2681f9e34390
permissions -rwxr-xr-x
setup: theory -> theory; use_output: Output.ML_errors;

#!/bin/sh
# $Id$

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