X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=INSTALL;h=59200b730ec00a63f981691f7fd37f2eacb11653;hb=6a7f71d376becc1a5b0357b682dd0c20842104b0;hp=61086ab1204a4304cb1d84eeea9d1649878ac9e1;hpb=9e2b8857413127ae200735fa004bd445b2c8ca61;p=thirdparty%2Fgit.git diff --git a/INSTALL b/INSTALL index 61086ab120..59200b730e 100644 --- a/INSTALL +++ b/INSTALL @@ -157,3 +157,36 @@ Issues of note: It has been reported that docbook-xsl version 1.72 and 1.73 are buggy; 1.72 misformats manual pages for callouts, and 1.73 needs the patch in contrib/patches/docbook-xsl-manpages-charmap.patch + + Users attempting to build the documentation on Cygwin may need to ensure + that the /etc/xml/catalog file looks something like this: + + + + + + + + + This can be achieved with the following two xmlcatalog commands: + + xmlcatalog --noout \ + --add rewriteURI \ + http://docbook.sourceforge.net/release/xsl/current \ + /usr/share/sgml/docbook/xsl-stylesheets \ + /etc/xml/catalog + + xmlcatalog --noout \ + --add rewriteURI \ + http://www.oasis-open.org/docbook/xml/4.5/xsl/current \ + /usr/share/sgml/docbook/xml-dtd-4.5 \ + /etc/xml/catalog