Revision e8deef56 Makefile.am

b/Makefile.am
246 246

  
247 247
doc/html: doc/html/index.html
248 248

  
249
doc/news.rst: NEWS
250
	set -e; \
251
	{ echo '.. This file is automatically updated at build time from $<.'; \
252
	  echo '.. Do not edit.'; \
253
	  echo; \
254
	  cat $<; \
255
	} > $@
256

  
257 249
doc/install-quick.rst: INSTALL
258
	set -e; \
259
	{ echo '.. This file is automatically updated at build time from $<.'; \
260
	  echo '.. Do not edit.'; \
261
	  echo; \
262
	  cat $<; \
263
	} > $@
264

  
250
doc/news.rst: NEWS
265 251
doc/upgrade.rst: UPGRADE
252

  
253
doc/install-quick.rst doc/news.rst doc/upgrade.rst:
266 254
	set -e; \
267 255
	{ echo '.. This file is automatically updated at build time from $<.'; \
268 256
	  echo '.. Do not edit.'; \

Also available in: Unified diff