slabpkg/dist/README.md

5 lines
425 B
Markdown
Raw Normal View History

2025-06-08 06:11:33 +00:00
# The dist Directory
2025-06-08 06:12:32 +00:00
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.
2025-06-08 06:11:33 +00:00
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.