Skip to content

Commit

Permalink
Disable the html backend (in favour of markdown)
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Ludlam <[email protected]>
  • Loading branch information
jonludlam committed Oct 21, 2016
1 parent e55b2b5 commit 8884b16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
14 changes: 7 additions & 7 deletions _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ Library cmdlinergen
Modules: Cmdlinergen
BuildDepends: rpclib.core, rpclib.json, cmdliner

Library htmlgen
Path: lib
CompiledObject: best
FindlibParent: rpclib
Findlibname: html
Modules: Htmlgen
BuildDepends: rpclib.core, cow
#Library htmlgen
# Path: lib
# CompiledObject: best
# FindlibParent: rpclib
# Findlibname: html
# Modules: Htmlgen
# BuildDepends: rpclib.core, cow

Library markdowngen
Path: lib
Expand Down
5 changes: 1 addition & 4 deletions _tags
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OASIS_START
# DO NOT EDIT (digest: c65a95a523925454ac31a4b9eace2025)
# DO NOT EDIT (digest: ee457f80c439d0c8f96fdb5309c29d25)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
Expand All @@ -23,9 +23,6 @@ true: annot, bin_annot
# Library cmdlinergen
"lib/cmdlinergen.cmxs": use_cmdlinergen
<lib/*.ml{,i,y}>: pkg_cmdliner
# Library htmlgen
"lib/htmlgen.cmxs": use_htmlgen
<lib/*.ml{,i,y}>: pkg_cow
# Library markdowngen
"lib/markdowngen.cmxs": use_markdowngen
<lib/*.ml{,i,y}>: use_json
Expand Down

0 comments on commit 8884b16

Please sign in to comment.