Skip to content

Commit

Permalink
bump version to 1.2.2
Browse files Browse the repository at this point in the history
* fix bug in locating xhtml11.conf by Stuart Rackham.
  • Loading branch information
houqp committed Feb 9, 2012
1 parent 9a294ff commit 494c7d1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ $(distdir):built-deckjs
cp README.md $(distdir)
cp -r deck.js $(distdir)

check:
git checkout gh-pages README.md
git checkout gh-pages tutorial-slide.asciidoc
git checkout gh-pages example-template.asciidoc

clean:
rm -rf example-template.html
rm -rf tutorial-slide.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Note that without installation, you also have to enable `linkcss` option. Then p



[deckjs]:https://github.com/downloads/houqp/asciidoc-deckjs/deckjs-1.2.1.zip
[deckjs]:https://github.com/downloads/houqp/asciidoc-deckjs/deckjs-1.2.2.zip
[deckjs-ext]:https://github.com/downloads/houqp/asciidoc-deckjs/deck.js.extended.zip
[asc-conf-guide]:http://www.methods.co.nz/asciidoc/userguide.html#X27
[example]:http://houqp.github.com/asciidoc-deckjs/example-template.asciidoc
Expand Down
5 changes: 2 additions & 3 deletions deckjs.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# version 1.2.1

include::/usr/share/asciidoc/xhtml11.conf[]
# version 1.2.2

include::{asciidoc-confdir}/xhtml11.conf[]

[miscellaneous]
outfilesuffix=.html
Expand Down
5 changes: 2 additions & 3 deletions tutorial-slide.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ deck.js Support for Asciidoc
:author: Qingping Hou
:email: <[email protected]>
:description: a tutorial for writing deck.js presentation with asciidoc
:revdate: 2012-02-08
:revnumber: 0.3
:revdate: 2012-02-09
:revnumber: 0.4
:deckjs_theme: neon
:deckjs_transition: horizontal-slide
:pygments:
:pygments_style: native
:scrollable:
:linkcss:


== What is deck.js?
Expand Down

0 comments on commit 494c7d1

Please sign in to comment.