|
From: <sv...@va...> - 2005-09-30 02:17:43
|
Author: njn Date: 2005-09-30 03:17:40 +0100 (Fri, 30 Sep 2005) New Revision: 4833 Log: whoops Modified: trunk/docs/Makefile.am Modified: trunk/docs/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/Makefile.am 2005-09-30 02:17:16 UTC (rev 4832) +++ trunk/docs/Makefile.am 2005-09-30 02:17:40 UTC (rev 4833) @@ -7,7 +7,7 @@ # Comment out the next line to skip building print docs. The default # is not to skip building print docs. Note, after changing it # you of course need to re-run configure to make it take effect. -BUILD_ALL_DOCS=3Dno +BUILD_ALL_DOCS=3Dyes =20 ##------------------------------------------------------------- ## END OF HACK @@ -44,7 +44,7 @@ =20 # stylesheet processor XSLTPROC =3D xsltproc -XSLTPROC_FLAGS =3D --xinclude=20 +XSLTPROC_FLAGS =3D --nonet --xinclude=20 =20 # stylesheets XSL_HTML_CHUNK_STYLE =3D $(mylibdir)/vg-html-chunk.xsl |