From 5210d97c3756b04f1cf5c27fde8ed342ac756a0d Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 25 Nov 2007 09:00:00 +0200 Subject: [PATCH] Enable asciidoc7compatible mode. AsciiDoc 8 has changed the syntax again and generates e.g. subscripts where we don't want them. Instead of updating the documents, I'll just enable a compatibility mode so that ELinks doesn't require AsciiDoc 8 yet. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index b66c37c64..5d8e447f5 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -13,7 +13,7 @@ HTML_DIR = $(DESTDIR)$(docdir)/$(PACKAGE)/html PDF_DIR = $(DESTDIR)$(docdir)/$(PACKAGE)/pdf ASCIIDOC_CONF = $(srcdir)asciidoc.conf -ASCIIDOC_FLAGS += -f $(ASCIIDOC_CONF) -a "builddir=$(CURDIR)/" +ASCIIDOC_FLAGS += -f $(ASCIIDOC_CONF) -a "builddir=$(CURDIR)/" -a asciidoc7compatible ############################################################################# # Build files