Makefile
changeset 228 88f7e396eb1d
parent 222 242db5c0f8ce
child 239 acd65d2fff84
equal deleted inserted replaced
227:d988124ee012 228:88f7e396eb1d
     5 # Available target:
     5 # Available target:
     6 #
     6 #
     7 #   all         build dictionaries
     7 #   all         build dictionaries
     8 #   install     install dictionaries, so they been available in stardict, may require root permission
     8 #   install     install dictionaries, so they been available in stardict, may require root permission
     9 #   uninstall   remove dictionaries, they been unavailable in stardict, may require root permission
     9 #   uninstall   remove dictionaries, they been unavailable in stardict, may require root permission
    10 #   install-local install dictionaries in user HOME dir, so they been available in stardict for that user
       
    11 #   uninstall-local remove dictionaries from user HOME directory
       
    12 #   install-local-symlink create symlink from installed dir to user HOME dir, so dictionaries been available in stardict
       
    13 #   uninstall-local-symlink remove symlink from user HOME directory
       
    14 #
    10 #
    15 # You can override such variables in Makefile.config:
    11 # You can override such variables in Makefile.config:
    16 #
    12 #
    17 #   SF_USER     SourceForge user name.
    13 #   SF_USER     SourceForge user name.
    18 #   prefix      Prefix to install path.
    14 #   prefix      Prefix to install path.