summaryrefslogtreecommitdiffstats
path: root/doc/tools
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-10-16 14:05:07 -0400
committerBen Kaduk <kaduk@mit.edu>2012-10-16 17:08:07 -0400
commit0f81e372a2830c9170f6e08dfa956841d0ebdfb1 (patch)
treeb832fedfd1ca14cdd5c8296b88190692f596fff8 /doc/tools
parentec4b05380dcbc0550da2dcac497ebdd980b815b8 (diff)
downloadkrb5-0f81e372a2830c9170f6e08dfa956841d0ebdfb1.tar.gz
krb5-0f81e372a2830c9170f6e08dfa956841d0ebdfb1.tar.xz
krb5-0f81e372a2830c9170f6e08dfa956841d0ebdfb1.zip
More RST rename follow-up
Update conf.py for paths to man page sources and update make rules for building the man pages. Correct README files for the location of the sources.
Diffstat (limited to 'doc/tools')
-rw-r--r--doc/tools/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tools/README b/doc/tools/README
index cca78d368..377690d17 100644
--- a/doc/tools/README
+++ b/doc/tools/README
@@ -31,14 +31,14 @@ Part A: Transforming Doxygen XML output into reStructuredText (rst) without
python doxy.py –i doxy_xml_dir –o rst_dir -t all
converts Doxygen XML output into reStructuredText format files both for API functions and data types;
-4. In krb_appldev/index.rst add the following section to point to the API references:
+4. In appldev/index.rst add the following section to point to the API references:
.. toctree::
:maxdepth: 1
refs/index.rst
-5. Copy the content of rst_dir into krb_appldev/refs/api/ directory and rst_dir/types into krb_appldev/refs/types directory;
+5. Copy the content of rst_dir into appldev/refs/api/ directory and rst_dir/types into appldev/refs/types directory;
6. Rebuild Sphinx source:
sphinx-build source_dir build_dir