Makefile revision 11933
9725N/A# Makefile for generateing .po tarballs for Sun UI strings. 9725N/A# "make clean" : Remove previous tarballs 9725N/A# "make" : Update all .po tarballs 9725N/A# "make check-used" : Outputs list of .po not being used. 9725N/A# "make check-version" : Prints current .po tarball version 9725N/A# will only generate gnome-panel's .po tarball 9725N/A# For each package that contains .po files. 9725N/A# - Ensure all .po files for your package are located under the 9725N/A# - Add Package name to PACKAGES Variable 9725N/A# - Add two package specific variables 9725N/A# PACKAGE_PAGES - Full path of all po for this package 9725N/A# To Add new .po files to existing packages 9725N/A# ----------------------------------------- 9725N/A# Put very simply, all that is required from engineers is to make some changes 9725N/A# - Ensure the .po file exists in SVN under the relevant package dir 9725N/A# - Add .po files to the <package> directory 9725N/A# This will re-generate all .po tarballs. 9725N/A# - Copy newly generated tarball from po-sun-tarballs to package build 9725N/A# - New .po tarball will be generated by RE for each nightly, and for each 9725N/A# PO_VERSION is maintained by L10N and only gets bumped when spec-files gets 9725N/A# branched. PLEASE do not change this.