Merge branch 'cde-fixups-1' of ssh://git.code.sf.net/p/cdesktopenv/code into cde...
[oweals/cde.git] / cde / programs / dtdocbook / doc2sdl / env.sh
1 #!/bin/ksh
2 # $XConsortium: env.sh /main/3 1996/06/19 17:12:59 drk $
3 # This file is to be "sourced" into your current shell (i.e., invoked
4 # as ". env.sh").  It's purpose is to set up environment variables to
5 # point to the install locations of the pieces of the dtdocbook
6 # program.
7
8 # If all the things you need are based on a common path, simply
9 # setting PATH_TOP to that path will make the necessary
10 # customization.  Otherwise, the path to each directory will have to
11 # be edited individually.
12
13 PATH_TOP=/projects/help/sgml/OSF/tpt/DtDocBook
14
15 # the dtdocbook program and its constituent executable parts
16 export PATH=${PATH}:${PATH_TOP}/BinStuff
17
18 # the dtdocbook style sheet and character maps
19 export TPT_LIB=${PATH_TOP}/LibStuff:${PATH_TOP}/SgmlStuff:${PATH_TOP}/BinStuff
20
21 # the DocBook SGML declaration
22 export SGML_DIR=${PATH_TOP}/SgmlStuff
23
24 # the icons for note/caution/warning (tip/important)
25 export ICON_DIR=${PATH_TOP}/Icons
26
27 # the catalog directory for finding PUBLIC entities
28 # you will want to edit and run the catalog.sh or catalog.csh program
29 # in the Catalog directory to build the desired symbolic links to your
30 # actual entities
31 export SGML_PATH=${PATH_TOP}/Catalog/%P