Lines Matching full:news
50 # Look first for a Misc/NEWS file (building from a source release tarball
51 # or old repo) and use that, otherwise look for a Misc/NEWS.d directory
52 # (building from a newer repo) and use blurb to generate the NEWS file.
53 @if [ -f ../Misc/NEWS ] ; then \
54 echo "Using existing Misc/NEWS file"; \
55 cp ../Misc/NEWS build/NEWS; \
57 if [ -d ../Misc/NEWS.d ]; then \
58 echo "Building NEWS from Misc/NEWS.d with blurb"; \
59 $(BLURB) merge -f build/NEWS; \
61 echo "Neither Misc/NEWS.d nor Misc/NEWS found; cannot build docs"; \
213 $(PYTHON) tools/rstlint.py ../Misc/NEWS.d/next/