doc-src/IsarImplementation/makeglossary
author mengj
Wed, 20 Sep 2006 13:53:03 +0200
changeset 20643 267f30cbe2cb
parent 18537 2681f9e34390
permissions -rwxr-xr-x
Removed include_min_comb and include_combS.

#!/bin/sh
# $Id$

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