diff options
| author | Ben Kaduk <kaduk@mit.edu> | 2012-11-06 22:15:50 -0500 |
|---|---|---|
| committer | Ben Kaduk <kaduk@mit.edu> | 2012-11-14 15:31:13 -0500 |
| commit | ccaf2682c79974cee368d2f3b0611dabc1361df5 (patch) | |
| tree | bf852491bce076326a300a3494fccb8dc0809562 /src | |
| parent | 07b66c2220ad1b38c5465cacc2537096afe332d2 (diff) | |
| download | krb5-ccaf2682c79974cee368d2f3b0611dabc1361df5.tar.gz krb5-ccaf2682c79974cee368d2f3b0611dabc1361df5.tar.xz krb5-ccaf2682c79974cee368d2f3b0611dabc1361df5.zip | |
Rename doc subdirectories
We like these names better, and they match the PDF document filenames.
admins -> admin
appldev -> appdev
users -> user
and catch up where the names are used elsewhere.
The relay/ directory has been removed, with its contents moved to the
top level in build_this.rst and a new about.rst.
The section headers for kadmind, krb5kdc, sserver, kpasswd, kswitch,
and sclient are misdetected as conflict markers.
bigredbutton: whitespace
ticket: 7433
tags: pullup
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/Makefile.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/doc/Makefile.in b/src/doc/Makefile.in index 3c5d3f3b5..521871319 100644 --- a/src/doc/Makefile.in +++ b/src/doc/Makefile.in @@ -15,17 +15,18 @@ RST_SOURCES= _static \ _templates \ conf.py \ index.rst \ - admins \ - appldev \ + admin \ + appdev \ basic \ build \ plugindev \ - users \ + user \ + about.rst \ + build_this.rst \ mitK5defaults.rst \ mitK5features.rst \ mitK5license.rst \ notice.rst \ - relay \ resources.rst PDFDIR=$(docsrc)/pdf @@ -92,9 +93,9 @@ composite: Doxyfile $(docsrc)/version.py for i in $$do_subdirs; do \ cp -r $(docsrc)/$$i rst_composite; \ done - cp rst_apiref/*.rst rst_composite/appldev/refs/api - cp rst_apiref/types/*.rst rst_composite/appldev/refs/types - cp rst_apiref/macros/*.rst rst_composite/appldev/refs/macros + cp rst_apiref/*.rst rst_composite/appdev/refs/api + cp rst_apiref/types/*.rst rst_composite/appdev/refs/types + cp rst_apiref/macros/*.rst rst_composite/appdev/refs/macros cp $(docsrc)/version.py rst_composite Doxyfile: $(srcdir)/Doxyfile.in |
