tagainijisho: correct Changelog case which caused some build failures

This commit is contained in:
Kurt Hindenburg
2024-08-21 13:56:36 -04:00
parent b349798415
commit 367b859cb8
+1 -1
View File
@@ -35,7 +35,7 @@ if {${os.platform} ne "darwin" || ${os.major} > 15} {
${destroot}${docdir}/html
xinstall -m 0444 {*}[glob ${worksrcpath}/doc/images/*.png] \
${destroot}${docdir}/html/images
xinstall -m 0644 -W ${worksrcpath} COPYING.txt ChangeLog README.md \
xinstall -m 0644 -W ${worksrcpath} COPYING.txt Changelog README.md \
${destroot}${docdir}
}
} else {