Revision b76aac08 Makefile.am

b/Makefile.am
45 45

  
46 46
MAINTAINERCLEANFILES = \
47 47
	$(docpng) \
48
	$(maninput)
48
	$(maninput) \
49
	doc/news.rst
49 50

  
50 51
maintainer-clean-local:
51 52
	rm -rf doc/api doc/html
......
148 149
	doc/install.rst \
149 150
	doc/locking.rst \
150 151
	doc/rapi.rst \
151
	doc/security.rst
152
	doc/security.rst \
153
	doc/news.rst
152 154

  
153 155
doc/html/.stamp: $(docrst) $(docpng) doc/conf.py configure.ac
154 156
	@test -n "$(SPHINX)" || \
......
163 165

  
164 166
doc/html: doc/html/.stamp
165 167

  
168
doc/news.rst: NEWS
169
	set -e; \
170
	{ echo '.. This file is automatically updated at build time from $<.'; \
171
	  echo '.. Do not edit.'; \
172
	  echo; \
173
	  cat $<; \
174
	} > $@
175

  
166 176
docdot = \
167 177
	doc/arch-2.0.dot \
168 178
	doc/design-2.1-lock-acquire.dot \

Also available in: Unified diff