~ubuntu-branches/ubuntu/precise/menu/precise

« back to all changes in this revision

Viewing changes to po-sections/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bill Allombert
  • Date: 2007-06-06 20:09:59 UTC
  • Revision ID: james.westby@ubuntu.com-20070606200959-oogspoamqy26byz8
Tags: 2.1.34
* The "black arrow" release.
* Apply patch from Martin Michlmayr to fix compilation with GCC 4.3.
  Closes: #417431.
* su-to-root:
  - tighten the script. Closes: #416302.
  - add support for SU_TO_ROOT_SU=sudo. Closes: #410875
  - l10n support. Closes: #383321. Thanks Michelle Konzack.
  - support for a /etc/su-to-rootrc config file.
* Menu translations
  - Marathi added by Priti Patil. Closes: #416797
  - Punjabi added by Amanpreet Singh Alam. Closes: #427300
* Programs translations
  - Spanish updated by Javier Fernández-Sanguino Peña. Closes: #423277

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
MAKEINFO = @MAKEINFO@
85
85
MO_PROGRAMS = @MO_PROGRAMS@
86
86
MO_SECTIONS = @MO_SECTIONS@
 
87
MO_SUTOROOT = @MO_SUTOROOT@
87
88
OBJEXT = @OBJEXT@
88
89
PACKAGE = @PACKAGE@
89
90
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
94
95
PATH_SEPARATOR = @PATH_SEPARATOR@
95
96
PO_PROGRAMS = @PO_PROGRAMS@
96
97
PO_SECTIONS = @PO_SECTIONS@
 
98
PO_SUTOROOT = @PO_SUTOROOT@
97
99
SET_MAKE = @SET_MAKE@
98
100
SHELL = @SHELL@
99
101
STRIP = @STRIP@