Files
boost_iterator/doc/GNUmakefile
Dave Abrahams 7f125cacb9 roll back mistake
[SVN r22045]
2004-01-29 05:56:47 +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."