doc-src/IsarImplementation/makeglossary
author huffman
Thu, 03 Jan 2008 17:22:24 +0100
changeset 25806 2b976fcee6e5
parent 18537 2681f9e34390
permissions -rwxr-xr-x
remove legacy ML bindings

#!/bin/sh
# $Id$

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