From 7bcc227f9adcaa1b03ac0560649cbb03e191c3d8 Mon Sep 17 00:00:00 2001 From: corwin Date: Sun, 3 Aug 2025 21:22:00 +0200 Subject: [PATCH] describe build-readme.sh in README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01c963c..fc0f54a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # emacs-windows-installer -Support for GNU Emacs users of Microsoft Windows for operating system provided application management features. \ No newline at end of file +Support for GNU Emacs users of Microsoft Windows for operating system provided application management features. + +# Programs + +## build-readme - describe files created while building Emacs + +Cryptographically sign the (self-)executable and (other) zip-files, SHA256 sum and list everything, then clearsign that. Build a "Fancy Inded" using Apache2 `.htaccess` semantics as a "byproduct", including that and script(s) used in the "publication bundle". Here, a publication bundle is the directory of starting files to publish, represented by the files current working directory when the script is run, plus those created by this program. + +![screenshot](https://code.bru.st/corwin/emacs-windows-installer/raw/commit/e98321261e06d9e29d054a6eaab276f30ed2ee43/screenshots/emacs_windows_installer_build_readme_example.png) \ No newline at end of file