From 339654e5474f0f3aec18bc5dcb260eaf6635a2eb Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Mon, 27 Nov 2006 07:38:47 +0000 Subject: [PATCH] obfuscate changelog before publishing on www --- ChangeLog | 3 +++ doc/Makefile.am | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 45f39259..33ca8d16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-11-27 Erez Zadok + * doc/Makefile.am: obfuscate emails in ChangeLog before it is + published on web site. + * obfuscate many more emails in the distro, esp. of files which get posted on the am-utils web site. diff --git a/doc/Makefile.am b/doc/Makefile.am index 7f8b40b0..270de593 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -60,7 +60,8 @@ $(AMU_HTML_TOP)/INSTALL.txt: $(top_srcdir)/INSTALL install-ChangeLog: $(AMU_HTML_TOP)/ChangeLog.txt $(AMU_HTML_TOP)/ChangeLog.txt: $(top_srcdir)/ChangeLog - install -c -m 644 $< $@ + sed 's/@.*>$/@...>/g' < $< > $@ + chmod 644 $@ install-AUTHORS: $(AMU_HTML_TOP)/AUTHORS.txt $(AMU_HTML_TOP)/AUTHORS.txt: $(top_srcdir)/AUTHORS -- 2.43.0