doc-src/IsarImplementation/makeglossary
author berghofe
Mon, 10 Nov 2008 17:34:26 +0100
changeset 28729 cfd169f1dae2
parent 18537 2681f9e34390
permissions -rwxr-xr-x
Some more functions for accessing information about atoms.

#!/bin/sh
# $Id$

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