]> git.ipfire.org Git - thirdparty/squid.git/commit
Language alias linker/installer/upgrade scripts
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 17 Jun 2009 14:20:11 +0000 (02:20 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 17 Jun 2009 14:20:11 +0000 (02:20 +1200)
commitb9d37c0b29ac72696ee823b506349c11d8cfc26d
tree619b6d19c9a78b017dfb0079124bb6bc3d6ac68d
parent94d106892d5c1e8f2dfb98513dafbff4a353184c
Language alias linker/installer/upgrade scripts

alias-link.sh
  This is a script set designed to be called via make/Makefile and setup
  language codes for those languages which it would be impractical to
  bundle duplicate translated files for.
  Relies on local environment tools to be detected by automake.

make install
  - now also calls generation of aliases after existing install.
    Provided in file aliases.

make upgrade
  - cleans out legacy files from pre-3.1 and replaces with symlinks
    to the new upgraded language codes.
    Provided in file alias-upgrade.
  NP: this is a destructive process and must be manually run.

Bundle aliasing scripts and Makefile to use them with the langpack.
errors/Makefile.am
errors/alias-link.sh [new file with mode: 0755]
errors/alias-upgrade [new file with mode: 0644]
errors/aliases [new file with mode: 0644]
mksnapshot.sh