[BRLTTY] Humanware Brailliant 40 drivers

Samuel Thibault samuel.thibault at ens-lyon.org
Tue Feb 5 16:44:40 EST 2008


Lee Maschmeyer, le Tue 05 Feb 2008 16:29:18 -0500, a écrit :
> If I remember right, and I might not, the documentation had escape 
> sequences.

Ah yes the titles are made bold by sgml2txt

Actually it is not DOS-specific, it may burden people on other OSes.

Dave, it looks like passing option -f to sgml2txt makes this disappear,
could you apply the attached patch?

Samuel
-------------- next part --------------
Index: document.mk
===================================================================
--- document.mk	(r?vision 3528)
+++ document.mk	(copie de travail)
@@ -23,7 +23,7 @@
 html: html.made
 
 $(DOCUMENT_NAME).txt: $(SRC_DIR)/$(DOCUMENT_NAME).sgml
-	$(SETLOCALE) sgml2txt -l $(DOCUMENT_LANGUAGE) -c latin $<
+	$(SETLOCALE) sgml2txt -l $(DOCUMENT_LANGUAGE) -f -c latin $<
 
 html.made: $(SRC_DIR)/$(DOCUMENT_NAME).sgml
 	$(SETLOCALE) sgml2html -l $(DOCUMENT_LANGUAGE) -c ascii $<


More information about the BRLTTY mailing list