From: Michael Smith Date: Mon, 11 Jul 2005 08:58:00 +0000 (+0000) Subject: Stupid regex was breaking snapshot build. Fixed. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96eca7d0baca5cd5c2a47cc608d849b50c66c08f;p=docbook-dsssl Stupid regex was breaking snapshot build. Fixed. --- diff --git a/releasetools/Variables.mk b/releasetools/Variables.mk index f1c723e6a..d2171060e 100644 --- a/releasetools/Variables.mk +++ b/releasetools/Variables.mk @@ -18,7 +18,10 @@ DOC-LINK-STYLE=$(DOCBOOK_CVS)/xsl/docsrc/doc-link-docbook.xsl FO-STYLE=$(DOCBOOK_CVS)/xsl/fo/docbook.xsl # browser to use for making text version of release notes -BROWSER=w3m +# w3mmee is a fork of w3m; it provides a lot more options for +# charset handling; other possible values for BROWSER include +# "w3m" and "lynx" and "links" and "elinks" +BROWSER=w3mmee BROWSER_OPTS=-dump # XSL-FO engine to use for coverting XSL-FO output to PDF @@ -92,7 +95,7 @@ ZIP_EXCLUDES = \ Makefile$$ \ Makefile[.] \ README\.CVS \ - .*\.fo$$ + RELEASE-NOTES\.fo # list of executables that are included in all distributions EXECUTABLES = install.sh