doc-src/IsarImplementation/makeglossary
author wenzelm
Wed, 04 Apr 2007 00:11:13 +0200
changeset 22582 f315da9400fb
parent 18537 2681f9e34390
permissions -rwxr-xr-x
removed obsolete scanwords (see obsolete tactic.ML:rename_tac for its only use);

#!/bin/sh
# $Id$

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