Revision fc07a14e

b/Makefile.am
1418 1418
			exit 1; \
1419 1419
		fi; \
1420 1420
	done; \
1421
	if ! test -f doc/design-$$expver.rst; then \
1422
		echo "File doc/design-$$expver.rst not found"; \
1421
	if ! test -f $(top_srcdir)/doc/design-$$expver.rst; then \
1422
		echo "File $(top_srcdir)/doc/design-$$expver.rst not found"; \
1423 1423
		exit 1; \
1424 1424
	fi
1425 1425

  

Also available in: Unified diff