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

[project @ 2000-05-31 13:23:09 by rrt]

Always run docbook scripts with the catalog as the first argument (taken
from DOCBOOK_CATALOG).
parent c04238f0
No related branches found
No related tags found
No related merge requests found
...@@ -650,10 +650,10 @@ SGML2RTF = $(DOCBOOK_PREFIX)db2rtf ...@@ -650,10 +650,10 @@ SGML2RTF = $(DOCBOOK_PREFIX)db2rtf
SGMLSTYLESHEET = $(FPTOOLS_TOP_ABS)/docs/fptools-both.dsl SGMLSTYLESHEET = $(FPTOOLS_TOP_ABS)/docs/fptools-both.dsl
SRC_SGML2DVI_OPTS = -d $(SGMLSTYLESHEET) SRC_SGML2DVI_OPTS = $(DOCBOOK_CATALOG) -d $(SGMLSTYLESHEET)
SRC_SGML2HTML_OPTS = -d $(SGMLSTYLESHEET) SRC_SGML2HTML_OPTS = $(DOCBOOK_CATALOG) -d $(SGMLSTYLESHEET)
SRC_SGML2PS_OPTS = -d $(SGMLSTYLESHEET) SRC_SGML2PS_OPTS = $(DOCBOOK_CATALOG) -d $(SGMLSTYLESHEET)
SRC_SGML2RTF_OPTS = -d $(SGMLSTYLESHEET) SRC_SGML2RTF_OPTS = $(DOCBOOK_CATALOG) -d $(SGMLSTYLESHEET)
DOCBOOK_CATALOG = $(FPTOOLS_TOP_ABS)/@Catalog@ DOCBOOK_CATALOG = $(FPTOOLS_TOP_ABS)/@Catalog@
......
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