doc-src/IsarImplementation/makeglossary
author haftmann
Mon, 08 Oct 2007 22:03:31 +0200
changeset 24918 22013215eece
parent 18537 2681f9e34390
permissions -rwxr-xr-x
moved translation kernel to CodeThingol

#!/bin/sh
# $Id$

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