From: Dennis S. <sy...@yo...> - 2004-09-03 11:48:01
|
On Thu, 2004-09-02 at 22:58 -0300, Duilio Javier Protti wrote: > Now the dist target includes data files and headers. > Data files are installed now on > $(prefix)/libvisual/actor/actor_gforce directory. > > However, still missing from installation (and distro) > data files whose name contains white spaces. I think > this cannot be handle by automake, probably we will > have to change filenames (Dennis, is that possible?). If we can't do it differently, there is no choice :) Maybe it's an idea to include a 'name=' tag in all the scripts containing the original name. So we can make support in the engine to display it when asked. If spaces aren't going to work period I think it's best to replace spaces by '_' so there is still a separator between words. > Headers needs lot of cleanup to avoid warnings. Yep, and valgrinding it also gives many serious warnings. We aren't done with it yet ;) Thanks a lot for your time! Cheers, Dennis |