|
From: Petr M. <mi...@ph...> - 2004-04-20 20:10:13
|
> Is there there some way to make the generation of > demos (e.g. their inclusion in 'all.dem' or 'make html') > depend on the options selected in ./configure? > > For example, if you say > ./configure --disable-filledboxes > then it should not try to exercise fillstyle.dem I prefer to keep "all.dem" as the main demo file. Then we don't need to bother with its generation by all possible config/makefile's. The "local" one, you wish to ./configure, could be called all-local.dem, for example. --- PM |