From: Zoran V. <zv...@ar...> - 2007-08-14 08:59:18
|
Hi! -bash-3.00$ cvs diff Makefile vas...@na...'s password: Index: Makefile =================================================================== RCS file: /cvsroot/naviserver/naviserver/Makefile,v retrieving revision 1.60 diff -r1.60 Makefile 111c111 < for i in `find doc/html -maxdepth 1 -name "*.html" - print`; do \ --- > for i in `find doc/html -name "*.html" -print`; do \ 114c114 < for i in `find doc/html -maxdepth 1 -name "*.css" - print`; do \ --- > for i in `find doc/html -name "*.css" -print`; do \ I want to remove the "-maxdepth" from Makefile as this is not supported on all platforms (Solaris for example). Is this OK for you? Cheers Zoran |