Revision 35bdbec3

b/Makefile.am
2026 2026
	  test -z "$$error"; \
2027 2027
	}
2028 2028

  
2029
.PHONY: check-news
2030
check-news:
2031
	RELEASE=$(PACKAGE_VERSION) $(CHECK_NEWS) < $(top_srcdir)/NEWS
2032

  
2029 2033
.PHONY: check-local
2030
check-local: check-dirs $(GENERATED_FILES)
2034
check-local: check-dirs check-news $(GENERATED_FILES)
2031 2035
	$(CHECK_PYTHON_CODE) $(check_python_code)
2032 2036
	PYTHONPATH=. $(CHECK_HEADER) $(check_python_code)
2033 2037
	$(CHECK_VERSION) $(VERSION) $(top_srcdir)/NEWS
2034
	RELEASE=$(PACKAGE_VERSION) $(CHECK_NEWS) < $(top_srcdir)/NEWS
2035 2038
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(CHECK_IMPORTS) . $(standalone_python_modules)
2036 2039
	error= ; \
2037 2040
	if [ "x`echo $(VERSION_SUFFIX)|grep 'alpha'`" == "x" ]; then \
b/doc/devnotes.rst
214 214

  
215 215
  $ make hs-shell-{balancing,basic}
216 216

  
217
Checking for the correct style of the NEWS file is also possible, by running::
218

  
219
  $ make check-news
220

  
217 221
Packaging notes
218 222
===============
219 223

  

Also available in: Unified diff