doc-src/IsarImplementation/makeglossary
author haftmann
Fri, 10 Aug 2007 17:04:34 +0200
changeset 24219 e558fe311376
parent 18537 2681f9e34390
permissions -rwxr-xr-x
new structure for code generator modules

#!/bin/sh
# $Id$

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