~ubuntu-branches/ubuntu/precise/kubuntu-docs/precise-proposed

« back to all changes in this revision

Viewing changes to kubuntu/get-pot.sh

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2007-09-14 10:20:56 UTC
  • Revision ID: james.westby@ubuntu.com-20070914102056-u2mbhhsq3xn1ed3p
Tags: 7.10-4
* New SVN checkout - string freeze
* Fixed files-and-docs (LP: #139613)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
####################################################################################           
 
4
# Copyright (C) 2005-2006 Ubuntu Documentation Project (ubuntu-doc@lists.ubuntu.com)
 
5
#    This program is free software; you can redistribute it and/or modify
 
6
#    it under the terms of the GNU General Public License as published by
 
7
#    the Free Software Foundation; either version 2 of the License, or
 
8
#    (at your option) any later version. 
 
9
#
 
10
#    This program is distributed in the hope that it will be useful,
 
11
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
#    GNU General Public License for more details.
 
14
#
 
15
#    You should have received a copy of the GNU General Public License
 
16
#    along with this program; if not, write to the Free Software
 
17
#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
18
#    On Debian based systems a copy of the GPL can be found 
 
19
#    at /usr/share/common-licenses/GPL
 
20
####################################################################################
 
21
 
 
22
# We have some different groups of documentation for the purposes of making
 
23
# the pot files
 
24
 
 
25
for x in about-kubuntu add-applications basic-concepts config-desktop files-and-docs games getting-help hardware index internet keeping-safe musicvideophotos network newtokubuntu office printing programming system-settings; do
 
26
        echo ${x}
 
27
        xml2po -e -o ${x}/${x}.pot ${x}/C/*.xml
 
28
done