From 0f2de9e377da057a5bbe940d92bebf6e45248176 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Thu, 1 Mar 2012 22:29:52 +0100 Subject: [PATCH] don't automatically run make doc --- Makefile | 2 +- README.md | 12 ++++++------ doc/edown_doclet.md | 8 ++++---- doc/edown_layout.md | 6 +++--- doc/edown_make.md | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 73000d6..0b1f2c9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all compile clean doc -all: compile doc +all: compile compile: ./rebar compile diff --git a/README.md b/README.md index 0972ef0..c9be880 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ your `README.md` to an `EDoc` file. -See [bin/MARKEDOC-README.md](http://github.com/esl/gproc/blob/master/bin/MARKEDOC-README.md). +See [bin/MARKEDOC-README.md](http://github.com/esl/edown/blob/master/bin/MARKEDOC-README.md). @@ -113,9 +113,9 @@ See [bin/MARKEDOC-README.md](http://github.com/esl/gproc/blob/master/bin/MARKEDO - - - - -
edown_doclet
edown_layout
edown_lib
edown_make
edown_xmerl
+edown_doclet +edown_layout +edown_lib +edown_make +edown_xmerl diff --git a/doc/edown_doclet.md b/doc/edown_doclet.md index 7b62fec..19acadd 100644 --- a/doc/edown_doclet.md +++ b/doc/edown_doclet.md @@ -43,8 +43,8 @@ Main doclet entry point. -Also see [`//edoc/edoc:layout/2`](/Users/uwiger/ETC/git/edoc/doc/edoc.md#layout-2) for layout-related options, and -[`//edoc/edoc:get_doc/2`](/Users/uwiger/ETC/git/edoc/doc/edoc.md#get_doc-2) for options related to reading source +Also see [`//edoc/edoc:layout/2`](http://www.erlang.org/doc/man/edoc.html#layout-2) for layout-related options, and +[`//edoc/edoc:get_doc/2`](http://www.erlang.org/doc/man/edoc.html#get_doc-2) for options related to reading source files. Options: @@ -77,7 +77,7 @@ functions will also be included. The default value is false. -
{overview, //edoc/edoc:filename()} +
{overview, //edoc/edoc:filename()}
@@ -117,7 +117,7 @@ specified, no stylesheet reference will be generated. -
{stylesheet_file, //edoc/edoc:filename()} +
{stylesheet_file, //edoc/edoc:filename()}
diff --git a/doc/edown_layout.md b/doc/edown_layout.md index ef94c7b..160336b 100644 --- a/doc/edown_layout.md +++ b/doc/edown_layout.md @@ -118,15 +118,15 @@ the source file. The default value is true. -
Specifies an xmerl callback module to be -used for exporting the documentation. See //xmerl/xmerl:export_simple_content/2 for details. +
Specifies an xmerl callback module to be +used for exporting the documentation. See //xmerl/xmerl:export_simple_content/2 for details.
-__See also:__ [//edoc/edoc:layout/2](/Users/uwiger/ETC/git/edoc/doc/edoc.md#layout-2), [edown_doclet:layout/2](edown_doclet.md#layout-2). +__See also:__ [//edoc/edoc:layout/2](http://www.erlang.org/doc/man/edoc.html#layout-2), [edown_doclet:layout/2](edown_doclet.md#layout-2). ###overview/2## diff --git a/doc/edown_make.md b/doc/edown_make.md index b05ae4c..661b314 100644 --- a/doc/edown_make.md +++ b/doc/edown_make.md @@ -49,7 +49,7 @@ This function does not manage dependencies. It is simply a wrapper around -
main(Args::[Config]) -> no_return()
+
main(Args::[Config]) -> no_return()