From: Rusty B. <ho...@sb...> - 2003-09-05 08:37:52
|
> > hmm, buildtool doesn't like it when some parts of the glob aren't > > present?? > > +GLOB =3D html/*.html html/*.gif html/*.css > > Or try: > GLOB =3D $(wildcard ...) > > but this can have has side-effects which the list of files to be globbe= d > is not created until after GLOB is processed. Well, I think the buildtool makefiles are not GNU make. :)=20 ($(wildcard ...) is a gmake extension, right?) I think there are ways to do it in buildtool by shelling out to ls... (which seems less desirable than a builtin like $(wildcard), which is why gmake is nice...) (When you run doxygen on your box, do you get .png's?) --Rusty |