<p dir="ltr">> Today I wanted to compile the translation to the Spanish unsuccessfully, i did run this command (in the root directory):<br>
><br>
> root@kvmtest:/# make dinstall es.po<br>
><br>
> make: *** No rule to make target `dinstall'.  Stop.</p>
<p dir="ltr">You need to be in the root directory of the git repository, not the root directory of your entire system.  So whatever directory you cloned the repo into with `git clone`.  That should fix the problem, since `make` will then know where to look for instructions on what to build and how.</p>