From 96eca7d0baca5cd5c2a47cc608d849b50c66c08f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 11 Jul 2005 08:58:00 +0000 Subject: [PATCH] Stupid regex was breaking snapshot build. Fixed. --- releasetools/Variables.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.40.0