Files
boost_iterator/doc/GNUmakefile

12 lines
380 B
Makefile
Raw Normal View History

ECHO = /bin/echo
2004-01-29 05:56:47 +00:00
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."