doc-src/IsarImplementation/makeglossary
author haftmann
Thu, 28 Jun 2007 19:09:34 +0200
changeset 23512 770e7f9f715b
parent 18537 2681f9e34390
permissions -rwxr-xr-x
code generation for dvd

#!/bin/sh
# $Id$

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