Blame INSTALL.md

Packit Service 6f2e62
# Installation instructions
Packit Service 6f2e62
Run the following commands:
Packit Service 6f2e62
Packit Service 6f2e62
    make
Packit Service 6f2e62
    make html
Packit Service 6f2e62
    make man
Packit Service 6f2e62
    lynx doc/iputils.html
Packit Service 6f2e62
    # Read...
Packit Service 6f2e62
Packit Service 6f2e62
## Troubleshooting
Packit Service 6f2e62
If the first `make` fails, no problems:
Packit Service 6f2e62
Packit Service 6f2e62
    make html
Packit Service 6f2e62
    lynx doc/iputils.html
Packit Service 6f2e62
    Read section "Installation notes"...
Packit Service 6f2e62
Packit Service 6f2e62
But if `make html` fails too, check that DocBook package is installed
Packit Service 6f2e62
on your machine. If it is installed, and `make` does not work nevertheless,
Packit Service 6f2e62
please [open an issue on github.com]
Packit Service 6f2e62
(https://github.com/iputils/iputils/issues/new).
Packit Service 6f2e62
Packit Service 6f2e62
## Install into a prefix
Packit Service 6f2e62
There's no `configure` option to install into a prefix. Use the `DESTDIR` 
Packit Service 6f2e62
`make` variable to change the installation target. There's no support for 
Packit Service 6f2e62
picking up build dependencies in a prefix.
Packit Service 6f2e62