I've found that when you make install, it's good to setup a staging directory.
I've created a folder in my home directory called "staging".
That way, I can run "make DESTDIR=~/staging/ipdf install", and it will put all the necessary files in that folder, so it doesn't overwrite any internal files.
|