Automate RST HTML generation with doxygen info
authorGreg Hudson <ghudson@mit.edu>
Wed, 28 Mar 2012 02:03:33 +0000 (02:03 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 28 Mar 2012 02:03:33 +0000 (02:03 +0000)
commit34535574e95c1003ea63540fbf8c2c62fe155e02
treef467f8ad38055c4dd32d186c10f9deac787599fb
parent3baf23b396e8aa331a2abeaa72ade021ce960be1
Automate RST HTML generation with doxygen info

In src/doc/Makefile.in, create an "rsthtml" target for generating
release tarball/web site HTML docs in doc/rst_html.  For now,
eliminate support for the bridge to the Doxygen HTML output; just
generate XML output with Doxygen and convert it to RST format.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25791 dc483132-0cff-0310-8789-dd5450dbe970
doc/rst_source/conf.py
doc/rst_source/krb_appldev/index.rst
doc/rst_source/mitK5license.rst
doc/rst_source/relay/build_this.rst
doc/rst_tools/define_document.tmpl
doc/rst_tools/func_document.tmpl
doc/rst_tools/type_document.tmpl
src/Doxyfile [deleted file]
src/Makefile.in
src/doc/Doxyfile.in [new file with mode: 0644]
src/doc/Makefile.in