X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=558bf4b9c4fc8876fdd8679f7c7537347de3a53c;hb=199edad736c7e51ada6aadab28e76c21f7cadab4;hp=a63d52b484dfd05de1edbde39ae1d4261b72b956;hpb=4f5035ad783c2c91fc8ecd98765c87a706c5ffef;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index a63d52b..558bf4b 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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)