diff options
author | John MacFarlane <[email protected]> | 2014-12-12 23:29:35 -0800 |
---|---|---|
committer | John MacFarlane <[email protected]> | 2014-12-13 20:19:41 -0800 |
commit | 59cc3c9323dc0b7aa1fd5817e12884ef925461d4 (patch) | |
tree | aae78b1d3ed29f4b5f3a831d9e8c09b0d5d9580f /src/CMakeLists.txt | |
parent | a3030f985a973b3b835645313fdad1a8a72ff432 (diff) |
Added cmark_render_man (man page writer).
cmark: Replaced `--man` and `--ast` with generic `--to` option.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e6a578c..75a0152 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,6 +28,7 @@ set(LIBRARY_SOURCES utf8.c buffer.c references.c + man.c html.c html_unescape.gperf houdini_href_e.c |