Skip to content

Commit

Permalink
Updated hoedown library: hoedown -> hoextdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kamijo committed Mar 19, 2014
1 parent df7593f commit 86db109
Show file tree
Hide file tree
Showing 7 changed files with 677 additions and 669 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "hoedown"]
path = hoedown
url = https://github.com/kjdev/hoedown.git
url = https://github.com/kjdev/hoextdown.git
5 changes: 3 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ mod_hoedown_la_SOURCES = \
hoedown/src/html.c \
hoedown/src/html_blocks.c \
hoedown/src/html_smartypants.c \
hoedown/src/markdown.c \
hoedown/src/stack.c
hoedown/src/document.c \
hoedown/src/stack.c \
hoedown/src/version.c

mod_hoedown_la_CFLAGS = @APACHE_CFLAGS@ @APACHE_INCLUDES@ @CURL_CFLAGS@
mod_hoedown_la_CPPFLAGS = @APACHE_CPPFLAGS@ @APACHE_INCLUDES@ @CURL_CPPFLAGS@
Expand Down
Loading

0 comments on commit 86db109

Please sign in to comment.