doc-src/IsarImplementation/makeglossary
author wenzelm
Wed, 02 Aug 2006 22:26:49 +0200
changeset 20295 8b3e97502fd9
parent 18537 2681f9e34390
permissions -rwxr-xr-x
use proper RecdefPackage.get_hints; tuned;

#!/bin/sh
# $Id$

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