From: Erez Zadok Date: Mon, 27 Nov 2006 07:38:47 +0000 (+0000) Subject: obfuscate changelog before publishing on www X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=339654e5474f0f3aec18bc5dcb260eaf6635a2eb;p=am-utils-6.0.git obfuscate changelog before publishing on www --- diff --git a/ChangeLog b/ChangeLog index 45f3925..33ca8d1 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 7f8b40b..270de59 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