wscript: fix README rename

This commit is contained in:
Nedko Arnaudov 2023-04-20 16:53:29 +03:00
parent e04f2324d3
commit 7728d2d40e
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ def build(bld):
bld.install_files('${DATA_DIR}', status_images)
bld.install_files('${DATA_DIR}', "art/ladish-logo-128x128.png")
bld.install_files('${DOCDIR}', ["AUTHORS", "README", "NEWS"])
bld.install_files('${DOCDIR}', ["AUTHORS", "README.adoc", "NEWS"])
bld.install_as('${DATA_DIR}/COPYING', "gpl2.txt")
if bld.env['BUILD_DOXYGEN_DOCS'] == True: