From 019c24509ff6361b1f17d15a5b07d54310f8bada Mon Sep 17 00:00:00 2001 From: Zak Yani Star Fenton Date: Sun, 8 Jun 2025 06:11:33 +0000 Subject: [PATCH] Add dist/README.md --- dist/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dist/README.md diff --git a/dist/README.md b/dist/README.md new file mode 100644 index 0000000..ed77ffb --- /dev/null +++ b/dist/README.md @@ -0,0 +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 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. \ No newline at end of file