Update dist/README.md

This commit is contained in:
Zak Yani Star Fenton 2025-06-08 06:12:32 +00:00
parent 019c24509f
commit b562e0921e

2
dist/README.md vendored
View File

@ -1,5 +1,5 @@
# The dist Directory
This directory is used within a project source directory to collect files for packaging with `slabpkg`. This generally means the compiled program files and any other installable program data are placed in this directory.
This directory is used within a project source directory to collect files for packaging with `slabpkg`. This generally means the compiled program files and any other installable program data are placed in a `dist` directory.
This file isn't packaged but exists in the source distribution for the purposes of documentation and so that the `dist` subdirectory isn't deleted when there are no built files.