Skip to content

Commit 93de7e7

Browse files
committed
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.
1 parent 00fa016 commit 93de7e7

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ endif
6161
EXTRA_DIST = \
6262
po4a \
6363
extra \
64-
doc/logo \
64+
doc/xz-logo.png \
6565
dos \
6666
doxygen \
6767
windows \
File renamed without changes.

doxygen/Doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PROJECT_BRIEF =
6161
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
6262
# the logo to the output directory.
6363

64-
PROJECT_LOGO = ../doc/logo/xz-logo.png
64+
PROJECT_LOGO = ../doc/xz-logo.png
6565

6666
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
6767
# into which the generated documentation will be written. If a relative path is
@@ -1246,7 +1246,7 @@ HTML_HEADER =
12461246
# that doxygen normally uses.
12471247
# This tag requires that the tag GENERATE_HTML is set to YES.
12481248

1249-
HTML_FOOTER = ../doc/logo/copyright.html
1249+
HTML_FOOTER = footer.html
12501250

12511251
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
12521252
# sheet that is used by each HTML page. It can be used to fine-tune the look of
File renamed without changes.

0 commit comments

Comments
 (0)