]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: small issues
authorMarek Vavrusa <marek@vavrusa.com>
Tue, 12 Jul 2016 17:01:45 +0000 (12:01 -0500)
committerMarek Vavrusa <marek@vavrusa.com>
Tue, 12 Jul 2016 17:02:48 +0000 (12:02 -0500)
doc/build.rst
lib/lib.mk

index 26668b7be952e303bd6334706a1318a77e53c755..49ced52e1a1605b107a6389f611229fc6c0cb09b 100644 (file)
@@ -98,7 +98,7 @@ When you have all the dependencies ready, you can build and install.
 .. code-block:: bash
 
    $ make PREFIX="/usr/local"
-   $ make install
+   $ make install PREFIX="/usr/local"
 
 .. note:: Always build with ``PREFIX`` if you want to install, as it is hardcoded in the executable for module search path. If you build the binary with ``-DNDEBUG``, verbose logging will be disabled as well.
 
index 384e4232cdb6ea8b0eb3a85bb92a1b9ec9d927e4..1142699b190609d45d657573045f86fa2b50d766 100644 (file)
@@ -59,7 +59,7 @@ libkres.pc:
        @echo 'includedir='$(INCLUDEDIR) >> $@
        @echo 'Name: libkres' >> $@
        @echo 'Description: Knot DNS Resolver library' >> $@
-       @echo 'URL: https://www.knot-dns.cz' >> $@
+       @echo 'URL: https://www.knot-resolver.cz' >> $@
        @echo 'Version: $(MAJOR).$(MINOR).$(PATCH)' >> $@
        @echo 'Libs: -L$${libdir} -lkres' >> $@
        @echo 'Cflags: -I$${includedir}' >> $@