doc-src/IsarImplementation/makeglossary
author haftmann
Mon, 05 Jan 2009 15:36:24 +0100
changeset 29358 efdfe5dfe008
parent 18537 2681f9e34390
permissions -rwxr-xr-x
rearranged target theories

#!/bin/sh
# $Id$

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