doc-src/IsarImplementation/makeglossary
author wenzelm
Wed, 15 Oct 2008 21:45:02 +0200
changeset 28605 12d6087ec18c
parent 18537 2681f9e34390
permissions -rwxr-xr-x
tuned;

#!/bin/sh
# $Id$

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