~ubuntu-branches/ubuntu/raring/shadow/raring-proposed

« back to all changes in this revision

Viewing changes to man/generate_translations.mak

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-05-05 09:45:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505094521-wpk2wn3q7957tlah
Tags: 1:4.1.3.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/patches/stdout-encrypted-password.patch: chpasswd can report
    password hashes on stdout (debian bug 505640).
  - debian/login.pam: Enable SELinux support (debian bug 527106).
  - debian/securetty.linux: support Freescale MX-series (debian bug 527095).
* Add debian/patches/300_lastlog_failure: fixed upstream (debian bug 524873).
* Drop debian/patches/593_omit_lastchange_field_if_clock_is_misset: fixed
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
LANG=$(notdir $(CURDIR))
4
4
 
5
5
%.xml: ../%.xml ../po/$(LANG).po
 
6
        [ ! -f ../config.xml ] || mv ../config.xml ../config.xml.bak
6
7
        xml2po --expand-all-entities -l $(LANG) -p ../po/$(LANG).po -o $@ ../$@
7
8
        sed -i 's:\(^<refentry .*\)>:\1 lang="$(LANG)">:' $@
 
9
        [ ! -f ../config.xml.bak ] || mv ../config.xml.bak ../config.xml
 
10
        sed -i 's/config SYSTEM "config.xml">/config SYSTEM "config.xml">\%config;/' $@
 
11
 
 
12
config.xml: ../config.xml.in
 
13
        make -C .. config.xml
 
14
        cp ../config.xml $@
8
15
 
9
16
include ../generate_mans.mak
10
17