From a4bb794ce7f1094d7424840eaf4b69780746cd25 Mon Sep 17 00:00:00 2001 From: Marek Vavrusa Date: Tue, 12 Jul 2016 12:01:45 -0500 Subject: [PATCH] doc: small issues --- doc/build.rst | 2 +- lib/lib.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build.rst b/doc/build.rst index 26668b7be..49ced52e1 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -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. diff --git a/lib/lib.mk b/lib/lib.mk index 384e4232c..1142699b1 100644 --- a/lib/lib.mk +++ b/lib/lib.mk @@ -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}' >> $@ -- 2.47.3