Pack install fails with No rule to make target `install'

Hi,

I’m trying to install julian pack using swipl pack install julian from the command line (same happens when I use pack_install in the toplevel). It fails with:

make: *** No rule to make target `install'.  Stop.
ERROR: Process "process(/usr/bin/make,[install])": exit status: 2

Indeed, the Makefile in the directory where pack was extract doesn’t have install target. This pack hasn’t been updated in a while, does it need changes in the “manifest” to work with latest SWI-Prolog?

Ok, now I removed the temporary directory and it installed fine. It must have ended up in some messy state.