#!/bin/csh # This file is to be "sourced" into your current shell (i.e., invoked # as "source env.csh"). It's purpose is to set up environment variables # to point to the install locations of the pieces of the dtdocbook # program. # If all the things you need are based on a common path, simply # setting PATH_TOP to that path will make the necessary # customization. Otherwise, the path to each directory will have to # be edited individually. set PATH_TOP=/projects/help/sgml/OSF/tpt/DtDocBook # the dtdocbook program and its constituent executable parts setenv PATH ${PATH}:${PATH_TOP}/BinStuff # the dtdocbook style sheet and character maps setenv TPT_LIB ${PATH_TOP}/LibStuff:${PATH_TOP}/SgmlStuff:${PATH_TOP}/BinStuff # the DocBook SGML declaration setenv SGML_DIR ${PATH_TOP}/SgmlStuff # the icons for note/caution/warning (tip/important) setenv ICON_DIR ${PATH_TOP}/Icons # the catalog directory for finding PUBLIC entities # you will want to edit and run the catalog.sh or catalog.csh program # in the Catalog directory to build the desired symbolic links to your # actual entities setenv SGML_PATH ${PATH_TOP}/Catalog/%P