doc-src/IsarImplementation/makeglossary
author wenzelm
Sat, 07 Oct 2006 01:30:58 +0200
changeset 20872 528054ca23e3
parent 18537 2681f9e34390
permissions -rwxr-xr-x
tuned;

#!/bin/sh
# $Id$

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