doc-src/IsarImplementation/makeglossary
author schirmer
Tue, 07 Nov 2006 18:25:48 +0100
changeset 21226 a607ae87ee81
parent 18537 2681f9e34390
permissions -rwxr-xr-x
field-update in records is generalised to take a function on the field rather than the new value.

#!/bin/sh
# $Id$

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