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