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 /Makefile.am | |
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.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 \ |