Revision cbf3d64b Makefile.am

b/Makefile.am
46 46
MAINTAINERCLEANFILES = \
47 47
	$(docpng) \
48 48
	$(maninput) \
49
	doc/install-quick.rst \
49 50
	doc/news.rst
50 51

  
51 52
maintainer-clean-local:
......
148 149
	doc/hooks.rst \
149 150
	doc/iallocator.rst \
150 151
	doc/index.rst \
152
	doc/install-quick.rst \
151 153
	doc/install.rst \
152 154
	doc/locking.rst \
153 155
	doc/news.rst \
......
176 178
	  cat $<; \
177 179
	} > $@
178 180

  
181
doc/install-quick.rst: INSTALL
182
	set -e; \
183
	{ echo '.. This file is automatically updated at build time from $<.'; \
184
	  echo '.. Do not edit.'; \
185
	  echo; \
186
	  cat $<; \
187
	} > $@
188

  
179 189
docdot = \
180 190
	doc/arch-2.0.dot \
181 191
	doc/design-2.1-lock-acquire.dot \

Also available in: Unified diff