Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
4f5035ad
Commit
4f5035ad
authored
24 years ago
by
Reuben Thomas
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 2000-05-12 12:56:45 by rrt]
Changed absolute paths to use SGML_TOP.
parent
f4af8f4e
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
glafp-utils/docbook/db2dvi
+2
-2
2 additions, 2 deletions
glafp-utils/docbook/db2dvi
glafp-utils/docbook/db2html
+3
-3
3 additions, 3 deletions
glafp-utils/docbook/db2html
glafp-utils/docbook/db2rtf
+2
-2
2 additions, 2 deletions
glafp-utils/docbook/db2rtf
with
7 additions
and
7 deletions
glafp-utils/docbook/db2dvi
+
2
−
2
View file @
4f5035ad
#! /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
...
...
This diff is collapsed.
Click to expand it.
glafp-utils/docbook/db2html
+
3
−
3
View file @
4f5035ad
#! /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
$$
...
...
This diff is collapsed.
Click to expand it.
glafp-utils/docbook/db2rtf
+
2
−
2
View file @
4f5035ad
#! /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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment