Makefile revision 9838
0N/A# Makefile for generateing .po tarballs for Sun UI strings. 0N/A# Generates : $(PACKAGE)-po-sun-$(PO_VERSION).tar.bz2 0N/A# "make clean" : Remove previous tarballs 0N/A# "make" : Update all .po tarballs 0N/A# "make check-used" : Outputs list of .po not being used. 0N/A# "make check-version" : Prints current .po tarball version 0N/A# will only generate gnome-panel's .po tarball 1472N/A# For each package that contains .po files. 1472N/A# - Ensure all .po files for your package are located under the 0N/A# - Add Package name to PACKAGES Variable # - Add two package specific variables # PACKAGE_PAGES - Full path of all po for this package # e.g. gnome-panel_PAGES = gnome-panel # To Add new .po files to existing packages # ----------------------------------------- # Put very simply, all that is required from engineers is to make some changes # - Ensure the .po file exists in SVN under the relevant package dir # - Add .po files to the <package> directory # e.g. For a new gnome-panel de.po file it would be added in # This will re-generate all .po tarballs. # - Copy newly generated tarball from po-sun-tarballs to package build # - New .po tarball will be generated by RE for each nightly, and for each # - Commit change back to subverison, e.g. new/amended man pagees, # PO_VERSION is maintained by L10N and only gets bumped when spec-files gets # branched. PLEASE do not change this. # %po_sun_version is also updated in l10n.inc @
test -x
$(BZIP2) ||
echo "bzip2 utility not found"