doc-src/IsarImplementation/makeglossary
author wenzelm
Mon, 04 Feb 2008 12:13:08 +0100
changeset 26039 a27710a07d10
parent 18537 2681f9e34390
permissions -rwxr-xr-x
*** MESSAGE REFERS TO 1.29 and 1.44 *** sort_of_term: be permissive about _class *output* markers, to allow print translations invoke this function as well;

#!/bin/sh
# $Id$

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