diff options
author | Tom Yu <tlyu@mit.edu> | 2012-12-17 15:44:27 -0500 |
---|---|---|
committer | Tom Yu <tlyu@mit.edu> | 2012-12-17 17:47:20 -0500 |
commit | 49d31402d77744a58dcd03808a94361ef011a594 (patch) | |
tree | 15907328d5cea7a939cbf51c78734ad1ef6161f5 /src | |
parent | 2af891a5112642636986c88b474519075c392a64 (diff) | |
download | krb5-49d31402d77744a58dcd03808a94361ef011a594.tar.gz krb5-49d31402d77744a58dcd03808a94361ef011a594.tar.xz krb5-49d31402d77744a58dcd03808a94361ef011a594.zip |
Add copyright footer to HTML docs
The technique we use for inserting the feedback link in the footer
overrides the Sphinx basic/layout.html and agogo/layout.html footers
in a way that prevents us from getting the copyright link footer.
Copy the relevant part of the Sphinx basic/layout.html for now.
Add a copyright.rst that links to mitK5license.rst.
ticket: 7510 (new)
target_version: 1.11
tags: pullup
Diffstat (limited to 'src')
-rw-r--r-- | src/doc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/Makefile.in b/src/doc/Makefile.in index 1986f8f7c..4b3ae167f 100644 --- a/src/doc/Makefile.in +++ b/src/doc/Makefile.in @@ -24,6 +24,7 @@ RST_SOURCES= _static \ user \ about.rst \ build_this.rst \ + copyright.rst \ mitK5defaults.rst \ mitK5features.rst \ mitK5license.rst \ |