Why do you not use my patch? Do you not agree that this is a bug? 'make doc' on linux is still broken, attached patch for 3.1.3 still works.
Gerald
--- sqlite-3.1.3/Makefile.in.orig 2005-03-07 22:56:04.833954328
+0100 +++ sqlite-3.1.3/Makefile.in 2005-03-07 22:56:41.189427456
+0100 @@ -451,6 +451,9 @@
arch.html: $(TOP)/www/arch.tcl
tclsh $(TOP)/www/arch.tcl >arch.html
+arch.png: $(TOP)/www/arch.png
+ cp $(TOP)/www/arch.png .
+
arch2.gif: $(TOP)/www/arch2.gif
cp $(TOP)/www/arch2.gif .

