On Thu, 2006-07-06 at 00:04 +0300, Vadim V. Zhytnikov wrote:
> Troublemaker is aux file maximahtml.mk which is
> supposed to contain list of all HTML files.
> `make dist' and `make install' relies on this file.
> The problem is that it is never updated automatically.
Why don't we eliminate:
maximahtml.mk
es/maximahtml.es.mk
es.utf8/maximahtml.es.mk
pt/maximahtml_pt.mk
pt.utf8/maximahtml_pt.mk
which are a hassle to update manually, and replace the following
two lines in each Makefile.am:
MAXIMAHTML =
include maximahtml.mk
by:
MAXIMAHTML = $(shell find * -maxdepth 0 -name 'maxima*.html' -print)
?
Will that work in Windows?
Jaime