]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Move doc/logo/xz-logo.png to "doc" and Doxygen footer to "doxygen".
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 24 Jan 2024 18:00:57 +0000 (20:00 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 24 Jan 2024 18:00:57 +0000 (20:00 +0200)
The footer isn't a complete HTML file so having it in the doxygen
directory is a tiny bit clearer.

Makefile.am
doc/xz-logo.png [moved from doc/logo/xz-logo.png with 100% similarity]
doxygen/Doxyfile
doxygen/footer.html [moved from doc/logo/copyright.html with 100% similarity]

index d6bfba68788994a6115fbd7326b2ee74f69bc110..310846e230fe714c8d07241dd1d5f5be00036766 100644 (file)
@@ -61,7 +61,7 @@ endif
 EXTRA_DIST = \
        po4a \
        extra \
-       doc/logo \
+       doc/xz-logo.png \
        dos \
        doxygen \
        windows \
similarity index 100%
rename from doc/logo/xz-logo.png
rename to doc/xz-logo.png
index a4bc9b8d551fb7865efcab9007f2cb055164d37f..b96ba5cab413ae1d8d1b2958de5f179c3f37788b 100644 (file)
@@ -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
similarity index 100%
rename from doc/logo/copyright.html
rename to doxygen/footer.html