Revision 7a03d293 Makefile.am

b/Makefile.am
79 79
	$(maninput) \
80 80
	doc/install-quick.rst \
81 81
	doc/news.rst \
82
	doc/upgrade.rst \
82 83
	vcs-version
83 84

  
84 85
maintainer-clean-local:
......
261 262
	  cat $<; \
262 263
	} > $@
263 264

  
265
doc/upgrade.rst: UPGRADE
266
	set -e; \
267
	{ echo '.. This file is automatically updated at build time from $<.'; \
268
	  echo '.. Do not edit.'; \
269
	  echo; \
270
	  cat $<; \
271
	} > $@
272

  
264 273
docdot = \
265 274
	doc/arch-2.0.dot \
266 275
	doc/design-2.1-lock-acquire.dot \
......
331 340

  
332 341
EXTRA_DIST = \
333 342
	NEWS \
343
	UPGRADE \
334 344
	pylintrc \
335 345
	autotools/build-bash-completion \
336 346
	autotools/check-python-code \

Also available in: Unified diff