diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-01-24 20:00:57 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-01-24 20:00:57 +0200 |
commit | 93de7e751d17731315a899264f2a7239d7d2d316 (patch) | |
tree | 8fea606caf1d151bab63cf0ef2352c1a2955d7dc | |
parent | README: Add COPYING.CC-BY-SA-4.0 entry to section 1.1. (diff) | |
download | xz-93de7e751d17731315a899264f2a7239d7d2d316.tar.xz |
Move doc/logo/xz-logo.png to "doc" and Doxygen footer to "doxygen".
The footer isn't a complete HTML file so having it in the doxygen
directory is a tiny bit clearer.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | doc/xz-logo.png (renamed from doc/logo/xz-logo.png) | bin | 6771 -> 6771 bytes | |||
-rw-r--r-- | doxygen/Doxyfile | 4 | ||||
-rw-r--r-- | doxygen/footer.html (renamed from doc/logo/copyright.html) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index d6bfba68..310846e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,7 @@ endif EXTRA_DIST = \ po4a \ extra \ - doc/logo \ + doc/xz-logo.png \ dos \ doxygen \ windows \ diff --git a/doc/logo/xz-logo.png b/doc/xz-logo.png Binary files differindex f9d6313d..f9d6313d 100644 --- a/doc/logo/xz-logo.png +++ b/doc/xz-logo.png diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index a4bc9b8d..b96ba5ca 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -61,7 +61,7 @@ PROJECT_BRIEF = # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = ../doc/logo/xz-logo.png +PROJECT_LOGO = ../doc/xz-logo.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -1246,7 +1246,7 @@ HTML_HEADER = # that doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_FOOTER = ../doc/logo/copyright.html +HTML_FOOTER = footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style # sheet that is used by each HTML page. It can be used to fine-tune the look of diff --git a/doc/logo/copyright.html b/doxygen/footer.html index 2c687c56..2c687c56 100644 --- a/doc/logo/copyright.html +++ b/doxygen/footer.html |