# HG changeset patch # User Oleksandr Gavenko # Date 1588972152 -10800 # Node ID 365d3dd9eae5795118f3625378040df9c52f7cf1 # Parent e4f601df93b1eb068033b6aeca7a2f34dd624832 Fixed spelling. diff -r e4f601df93b1 -r 365d3dd9eae5 www/INSTALL.rst --- a/www/INSTALL.rst Fri May 08 23:59:01 2020 +0300 +++ b/www/INSTALL.rst Sat May 09 00:09:12 2020 +0300 @@ -51,8 +51,8 @@ .. NOTE:: Only ``*.dict.dz`` and ``*.index`` files are required for GoldenDict. -How to build and install with supplied Makefile -=============================================== +How to build and install using supplied Makefile +================================================ To build and install to ``/usr/local/`` run as root:: @@ -64,18 +64,16 @@ To install to different place run:: - $ make install prefix=PREFIX + $ make install prefix=$PREFIX -How to uninstall from supplied Makefile -======================================= +How to uninstall using supplied Makefile +======================================== To uninstall run one of:: $ make uninstall - $ make uninstall prefix=PREFIX - $ make prefix=PREFIX uninstall uninstall-local-symlink - -accordingly to installation procedure. + $ make uninstall prefix=$PREFIX + $ make prefix=$PREFIX uninstall uninstall-local-symlink Register dictionaries in dictd server in Debian ===============================================