Files
iterator/doc/GNUmakefile
Dave Abrahams 189533437f merged from trunk
[SVN r21991]
2004-01-27 04:18:44 +00:00

12 lines
380 B
Makefile
Executable File

ECHO = /bin/echo
all:
@${ECHO} "<boost-root>/libs/iterator/doc/GNUmakefile should be replaced by"
@${ECHO}
@${ECHO} " http://www.boost-consulting.com/writing/GNUmakefile,"
@${ECHO}
@${ECHO} "before proceeding. That file is not included in the Boost"
@${ECHO} "distribution because it is licensed under the GPL, which violates"
@${ECHO} "Boost license requirements."