summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b814d3b..b4560961 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ install: all
dis: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
svn export -q -rBASE . $(NAME)-$(VERSION)
- find $(NAME)-$(VERSION) -name '*.pl' -o -name control-center | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g'
+ find $(NAME)-$(VERSION) -name '*.p[lm]' -o -name control-center | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g'
tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
diff --git a/NEWS b/NEWS
index c4a4dc68..c5544c69 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- drop again diagnostics, strict, vars and warnings pragmas
+ (was kept since 10.18.7)
- enable to alter branding
Version 10.18.7 - 28 May 2008, Thierry Vignaud