Hi Zoran,

> <           for i in `find doc/html -maxdepth 1 -name "*.html" -
> 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?

or a simple

==========================
for i in `ls doc/html/*.html`; do
==========================

cu
BE

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to