summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index eb17e483b..fa35bf120 100644
--- a/NEWS
+++ b/NEWS
@@ -76,7 +76,7 @@ New in ?.?.?:
with accompany target checklinkx to recheck urls.
- install-exec target depends on $(BUILT_SOURCES).
-
+
- valac argument matching more precise, to avoid garbage in DIST_COMMON.
* Distribution
@@ -96,7 +96,7 @@ New in 1.16.2:
* New features added
- add zstd support and the automake option, dist-zstd.
-
+
- support for Python 3: py-compile now supports both Python 3
and Python 2; tests do not require .pyo files, and uninstall
deletes __pycache__ correctly (automake bug #32088).
@@ -2815,7 +2815,7 @@ New in 1.7:
using a `dirlist' file within the aclocal directory.
* automake --output-dir is deprecated.
* The part of the distcheck target that checks whether uninstall actually
- removes all installed files has been moved in a separate target,
+ removes all installed files has been moved to a separate target,
distuninstallcheck, so it can be overridden easily.
* Many bug fixes.
@@ -2861,7 +2861,7 @@ New in 1.6:
* EXTRA_DIST can contain generated directories.
* Support for dot-less extensions in suffix rules.
* The part of the distcheck target that checks whether distclean actually
- cleans all built files has been moved in a separate target, distcleancheck,
+ cleans all built files has been moved to a separate target, distcleancheck,
so it can be overridden easily.
* `make distcheck' will pass additional options defined in
$(DISTCHECK_CONFIGURE_FLAGS) to configure.