summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-05-31 15:41:52 +1200
committerStuart Rackham <srackham@methods.co.nz>2011-05-31 15:41:52 +1200
commit5b2e53aa294fdb56b575ac091c1a166dbc788323 (patch)
tree3052239c7b530ee0a20a397452a77f1d38a6fd20 /Makefile.in
parent2fa93d82d9dd4ecd083579be7e2d338df315397e (diff)
downloadasciidoc-git-5b2e53aa294fdb56b575ac091c1a166dbc788323.tar.gz
- html5,xhtml11: Implemented themes directory structure.
- html5,xhtml11: Implemented asciidoc --theme themes management option (install, list and remove commands). - html5,xhtml11: A theme can now optionally include a JavaScript file <theme>.js - html5,xhtml11: If the 'data-uri' attribute is defined then icons from the the theme icons directory (if they exist) will be embedded in the generated document. - Added optional 'warnings' argument to include macros. - The asciidoc --verbose option now prints file inclusion messages.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index eb0fcfb..d8672c3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -60,6 +60,14 @@ latexfilterdir = $(filtersdir)/latex
latexfilterconf = filters/latex/latex-filter.conf
latexfilterconfdir = $(filtersdir)/latex
+themesdir = $(ASCIIDOCCONF)/themes
+
+flasktheme = themes/flask/flask.css
+flaskthemedir = $(themesdir)/flask
+
+volnitskytheme = themes/volnitsky/volnitsky.css
+volnitskythemedir = $(themesdir)/volnitsky
+
docbook = $(wildcard docbook-xsl/*.xsl)
docbookdir = $(ASCIIDOCCONF)/docbook-xsl
@@ -80,7 +88,7 @@ iconsdir = $(ASCIIDOCCONF)/images/icons
doc = $(wildcard README*) $(wildcard BUGS*) $(wildcard INSTALL*) $(wildcard CHANGELOG*)
-DATATARGETS = manp conf docbook dblatex css js callouts icons codefilterconf musicfilterconf sourcefilterconf graphvizfilterconf latexfilterconf
+DATATARGETS = manp conf docbook dblatex css js callouts icons codefilterconf musicfilterconf sourcefilterconf graphvizfilterconf latexfilterconf flasktheme volnitskytheme
PROGTARGETS = prog codefilter musicfilter graphvizfilter latexfilter
TARGETS = $(DATATARGETS) $(PROGTARGETS) doc