From 80b600040deaae76c9d2cfe5f5442b46c5b829ba Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sun, 6 Jan 2008 14:50:11 +0000 Subject: [PATCH] tag and atag macros for asciidoc finally working --- Makefile | 2 +- locale/en-US/asciidoc.conf | 2 +- locale/en-US/motion.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 594b08f0..c5dcb92f 100644 --- a/Makefile +++ b/Makefile @@ -188,7 +188,7 @@ ${JAR}: ${BUILD_JAR_SUBDIRS} ${JAR_FILES} #### doc -${DOC_FILES}: %.html: %.txt Makefile +${DOC_FILES}: %.html: %.txt Makefile locale/en-US/asciidoc.conf @echo "DOC $@" ${Q}${ASCIIDOC} --unsafe -a linkcss -o $@ $< diff --git a/locale/en-US/asciidoc.conf b/locale/en-US/asciidoc.conf index a83a2d77..c17890ed 100644 --- a/locale/en-US/asciidoc.conf +++ b/locale/en-US/asciidoc.conf @@ -35,7 +35,7 @@ HEADER=image:chrome://vimperator/content/logo_white.png[Vimperator] [atag-inlinemacro] - + {target} diff --git a/locale/en-US/motion.txt b/locale/en-US/motion.txt index 5d12c47e..741fbc9c 100644 --- a/locale/en-US/motion.txt +++ b/locale/en-US/motion.txt @@ -22,6 +22,7 @@ writing simple sectionless documents consisting only of a preamble. // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ atag:abstract[] tag:beginning[] +anchor:foo[] Abstract --------