]> git.pld-linux.org Git - packages/rpm-build-macros.git/blame - rpm-find-lang
autotag: make git complatible (however needs to be in package dir)
[packages/rpm-build-macros.git] / rpm-find-lang
CommitLineData
d26ea5ec 1#!/bin/sh
5dc8fe06 2# $Id$
d26ea5ec 3
2475a48e 4# find-lang - automagically generate list of language specific files
5dc8fe06
ER
5# for inclusion in an rpm spec file.
6# This does assume that the *.mo files are under .../share/locale/...
7# Run with no arguments gets a usage message.
d26ea5ec 8
5dc8fe06 9# findlang is copyright (c) 1998 by W. L. Estes <wlestes@uncg.edu>
d26ea5ec 10
5dc8fe06
ER
11# Redistribution and use of this software are hereby permitted for any
12# purpose as long as this notice and the above copyright notice remain
13# in tact and are included with any redistribution of this file or any
14# work based on this file.
15
16# Changes:
17#
20884491
ER
18