# HG changeset patch # User Oleksandr Gavenko # Date 1262982045 -7200 # Node ID 0616adf6e98366495ac548893cc16a83c67998e1 # Parent d4b27e5b7a4b651878ee09818f4f757fb93581fb Describe available build target. diff -r d4b27e5b7a4b -r 0616adf6e983 Makefile --- a/Makefile Fri Jan 08 22:18:46 2010 +0200 +++ b/Makefile Fri Jan 08 22:20:45 2010 +0200 @@ -1,3 +1,11 @@ +# Available target: +# +# 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 + # On Debian Etch 'stardict-tools' package not placed tools in any system bin dir. export PATH := $(PATH):/usr/lib/stardict-tools