Heya,
On Jun 14, 2008, at 23:01, [EMAIL PROTECTED] wrote:
Author: jan
Date: Sat Jun 14 14:01:57 2008
New Revision: 667882
URL: http://svn.apache.org/viewvc?rev=667882&view=rev
Log:
Start documenting with edoc format. add preliminary edoc generation
Makefile.
Added: incubator/couchdb/branches/runtimeconfig/doc/Makefile
URL:
http://svn.apache.org/viewvc/incubator/couchdb/branches/runtimeconfig/doc/Makefile?rev=667882&view=auto
=
=
=
=
=
=
=
=
======================================================================
--- incubator/couchdb/branches/runtimeconfig/doc/Makefile (added)
+++ incubator/couchdb/branches/runtimeconfig/doc/Makefile Sat Jun 14
14:01:57 2008
@@ -0,0 +1,4 @@
+SOURCEFILES=\""../src/couchdb/couch_config.erl\""
+all:
+ @echo "making docdir"
+ erl -noshell -run edoc_run files [$(SOURCEFILES)]
Noah, can I ask you to integrate that into the rest of the
build system? No need to hurry though :)
Thanks a lot!
Cheers
Jan
--