1# Copyright David Abrahams 2004. Distributed under the Boost
2# Software License, Version 1.0. (See accompanying
3# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5ECHO	= /bin/echo
6
7all:
8	@${ECHO} "<boost-root>/libs/iterator/doc/GNUmakefile should be replaced by"
9	@${ECHO}
10	@${ECHO} "    http://www.boost-consulting.com/writing/GNUmakefile,"
11	@${ECHO}
12	@${ECHO} "before proceeding.  That file is not included in the Boost"
13	@${ECHO} "distribution because it is licensed under the GPL, which violates"
14	@${ECHO} "Boost license requirements."
15
16