Files
iterator/doc/GNUmakefile
Dave Abrahams 68791c337a Remove GPL'd material
[SVN r25036]
2004-09-13 13:30:33 +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."