I was trying to make test for the first time, but I was given an error: --------------------------------------------- $ make test ../phpdoc-tools/jade/nsgmls.exe -i lang-en -D . -s ./dtds/dbxml-4.1.2/phpdocxml. dcl manual.xml C:\cygwin\home\Nuno\phpdoc-tools\jade\nsgmls.exe:manual.xml:33:0:E: cannot find "entities/file-entities.ent"; tried "entities/file-entities.ent", ".\entities/fi le-entities.ent"
Have you executed configure properly before you run make? Well, otherwise make would not know where to find jade, but still configure generates the file-entities.ent file, so there should have been errors in the configure output then...
Goba