Remove outdated info.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 12 Jul 2012 23:06:43 +0300
changeset 228 88f7e396eb1d
parent 227 d988124ee012
child 229 b7b92f209bd5
Remove outdated info.
INSTALL.rst
Makefile
--- a/INSTALL.rst	Thu Jul 12 23:05:45 2012 +0300
+++ b/INSTALL.rst	Thu Jul 12 23:06:43 2012 +0300
@@ -27,11 +27,6 @@
 
   $ make install prefix=PREFIX
 
-If you install in nonstandard place and wont use dictionary for current user
-run::
-
-  $ make prefix=PREFIX install install-local-symlink
-
 How to uninstall from supplied Makefile.
 ========================================
 
--- a/Makefile	Thu Jul 12 23:05:45 2012 +0300
+++ b/Makefile	Thu Jul 12 23:06:43 2012 +0300
@@ -7,10 +7,6 @@
 #   all         build dictionaries
 #   install     install dictionaries, so they been available in stardict, may require root permission
 #   uninstall   remove dictionaries, they been unavailable in stardict, may require root permission
-#   install-local install dictionaries in user HOME dir, so they been available in stardict for that user
-#   uninstall-local remove dictionaries from user HOME directory
-#   install-local-symlink create symlink from installed dir to user HOME dir, so dictionaries been available in stardict
-#   uninstall-local-symlink remove symlink from user HOME directory
 #
 # You can override such variables in Makefile.config:
 #