2006-11-27 Erez Zadok <ezk@shekel.local>
+ * 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.
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