Gitweb:
https://git.exim.org/exim.git/commitdiff/d4d0b596c0dfd5501b8d552606eb158b3a972b8c
Commit: d4d0b596c0dfd5501b8d552606eb158b3a972b8c
Parent: 1145b1aea70658de9f7f85b03772bc06408c027a
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Jun 7 15:38:07 2024 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Fri Jun 7 15:38:07 2024 +0100
Release process: script for cleaning changebars from .xfpt files
---
release-process/scripts/docs_strip_changebars | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/release-process/scripts/docs_strip_changebars b/release-process/scripts/docs_strip_changebars
new file mode 100755
index 000000000..cb6e21827
--- /dev/null
+++ b/release-process/scripts/docs_strip_changebars
@@ -0,0 +1,5 @@
+#!/bin/awk -f
+BEGIN {seen = 0}
+/^\.(new|wen)/ && $seen != 0 {next}
+/^\.wen$/ {seen = 1;next}
+{print}
--
## subscription configuration (requires account):
##
https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at
http://www.exim.org/
## Please use the Wiki with this list -
http://wiki.exim.org/