Deprecate Adabrowse API docs and use Sphinx instead.
3 files changed, 8 insertions(+), 2 deletions(-)

M Makefile
M NEWS
M README.rst
M Makefile +3 -1
@@ 116,7 116,9 @@ control:
 	cd objects && adactl -f ../rules/ahven.aru ../src/*.ad[bs] ../test/*.ad[bs] ../src/unix/*.ad[bs]
 	rm -f objects/*.adt objects/*.ali
 
-docs: ahven.specs
+docs: userguide
+
+old_docs: ahven.specs
 	mkdir -p doc/api
 	adabrowse -c adabrowse.conf -i -f@ahven.specs -o doc/api/
 

          
M NEWS +2 -0
@@ 6,6 6,8 @@ Changes
 	* GNAT 3.15p project files from contrib/gnat315p removed.
 	* The code snippets in the documentation are now highlighted
 	  as Ada code.
+	* API documentat generation using Adabrowse is now deprecated.
+	  The new way is to use Sphinx for document generation.
 
 Bugs fixed
 ----------

          
M README.rst +3 -1
@@ 60,7 60,8 @@ Ahven 2.2 (2012-03-05)
 This is a bug fix release.
 
 The release fixes the reporting of skipped tests in Ahven.XML_Runner.
-Also, support for GNAT 3.15p was removed.
+Also, support for GNAT 3.15p was removed. Documentation generation
+tool was changed from Adabrowse to `Sphinx`_.
 
 
 Ahven 2.1 (2011-09-24)

          
@@ 266,3 267,4 @@ Tero Koskinen <tero.koskinen@iki.fi>
 .. _`Jenkins`: http://www.jenkins-ci.org/
 .. _`JUnit`: http://www.junit.org/
 .. _`News`: http://ahven.stronglytyped.org/NEWS
+.. _`Sphinx`: http://sphinx.pocoo.org/