Skip to content
Snippets Groups Projects
Commit 4f5035ad authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-05-12 12:56:45 by rrt]

Changed absolute paths to use SGML_TOP.
parent f4af8f4e
No related merge requests found
#! /bin/sh #! /bin/sh
DB_STYLESHEET=/usr/lib/sgml/stylesheets/cygnus-both.dsl DB_STYLESHEET=$SGML_TOP/stylesheets/cygnus-both.dsl
ADMON_GRAPHICS=/usr/lib/sgml/stylesheets/nwalsh-modular/images/*.gif ADMON_GRAPHICS=$SGML_TOP/stylesheets/nwalsh-modular/images/*.gif
# Dave Mason's option to specify a different stylesheet # Dave Mason's option to specify a different stylesheet
case $1 in case $1 in
......
#! /bin/sh #! /bin/sh
DB_STYLESHEET=/usr/lib/sgml/stylesheets/cygnus-both.dsl DB_STYLESHEET=$SGML_TOP/stylesheets/cygnus-both.dsl
HTML_STYLESHEET=/usr/lib/sgml/stylesheets/nwalsh-modular/test/docbook.css HTML_STYLESHEET=$SGML_TOP/stylesheets/nwalsh-modular/test/docbook.css
ADMON_GRAPHICS=/usr/lib/sgml/stylesheets/nwalsh-modular/images/*.gif ADMON_GRAPHICS=$SGML_TOP/stylesheets/nwalsh-modular/images/*.gif
output=db2html-dir output=db2html-dir
TMPDIR=DBTOHTML_OUTPUT_DIR$$ TMPDIR=DBTOHTML_OUTPUT_DIR$$
......
#! /bin/sh #! /bin/sh
DB_STYLESHEET=/usr/lib/sgml/stylesheets/cygnus-both.dsl DB_STYLESHEET=$SGML_TOP/stylesheets/cygnus-both.dsl
ADMON_GRAPHICS=/usr/lib/sgml/stylesheets/nwalsh-modular/images/*.gif ADMON_GRAPHICS=$SGML_TOP/stylesheets/nwalsh-modular/images/*.gif
output=db2rtf.rtf output=db2rtf.rtf
#TMPFN=db2rtf$$.rtf #TMPFN=db2rtf$$.rtf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment