Skip to content

Commit

Permalink
'make orgs' to convert .org files to ascii/html
Browse files Browse the repository at this point in the history
README.org -> README
doc/*.org -> doc/*.html
  • Loading branch information
beerriot committed Jan 11, 2010
1 parent 946966e commit 722f895
Show file tree
Hide file tree
Showing 4 changed files with 621 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ reldocs: docs
@cd client_lib/java && make javadoc && \
cp -R javadoc/* ../../www/java_client_api

orgs: orgs-doc orgs-README

orgs-doc:
@emacs -l orgbatch.el -batch --eval="(riak-export-doc-dir \"doc\" 'html)"

orgs-README:
@emacs -l orgbatch.el -batch --eval="(riak-export-doc-file \"README.org\" 'ascii)"
@mv README.txt README

dialyzer: compile
@dialyzer -Wno_return -c apps/riak/ebin
Expand Down
1 change: 1 addition & 0 deletions doc/admin.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#+TITLE: Riak Administration Guide
#+STYLE: <link rel="stylesheet" type="text/css" href="doc-style.css" />

* Overview

Expand Down
Loading

0 comments on commit 722f895

Please sign in to comment.