Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
199edad7
Commit
199edad7
authored
May 12, 2000
by
rrt
Browse files
[project @ 2000-05-12 12:58:47 by rrt]
Clarified comment about SGML_TOP.
parent
4f5035ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
199edad7
...
...
@@ -86,7 +86,7 @@ HostVendor_CPP = @HostVendor_CPP@
#
LeadingUnderscore=@LeadingUnderscore@
# Pin a suffix on executables? If so, what
.
(
cygwin32
only).
# Pin a suffix on executables? If so, what (
Windows
only).
exeext=@exeext@
################################################################################
...
...
@@ -641,6 +641,12 @@ SGML2RTF = $(DOCBOOK_PREFIX)db2rtf
SGMLSTYLESHEET = $(FPTOOLS_TOP_ABS)/docs/fptools-both.dsl
# This may need to be changed by the user for local conditions
SGML_TOP = /usr/lib/sgml
SGML_CATALOG_FILES = ./catalog:$(SGML_TOP)/catalog:$(SGML_TOP)/docbook.cat:$(SGML_TOP)/stylesheets/docbook/catalog
SRC_SGML2DVI_OPTS = -d $(SGMLSTYLESHEET)
SRC_SGML2HTML_OPTS = -d $(SGMLSTYLESHEET)
SRC_SGML2PS_OPTS = -d $(SGMLSTYLESHEET)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment