Use templates for the package support files

This makes them more easy to reuse in other projects.
This commit is contained in:
Sam Lantinga
2025-01-22 10:11:46 -08:00
parent 1c008d8ed0
commit 44edbf7137
4 changed files with 13 additions and 13 deletions

View File

@@ -45,7 +45,7 @@
},
"files": {
"": [
"build-scripts/pkg-support/mingw/INSTALL.md",
"build-scripts/pkg-support/mingw/INSTALL.md.in:INSTALL.md",
"build-scripts/pkg-support/mingw/Makefile",
"LICENSE.txt",
"README.md"
@@ -117,7 +117,7 @@
},
"files-devel": {
"": [
"build-scripts/pkg-support/msvc/INSTALL.md",
"build-scripts/pkg-support/msvc/INSTALL.md.in:INSTALL.md",
"LICENSE.txt",
"README.md"
],