From 179b3ae6e0b00c2e8864cd827f203cde1be3ded5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Wed, 4 Feb 2009 10:45:12 +0000 Subject: [PATCH] Extra options for xgettext svn: r11843 --- po/Makevars.in | 6 +----- po/POTFILES.in | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/po/Makevars.in b/po/Makevars.in index 276cd310d..c3624ebe8 100644 --- a/po/Makevars.in +++ b/po/Makevars.in @@ -7,11 +7,7 @@ top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --package-name=@PACKAGE@ \ - --package-version=@VERSIONSTRING@ \ - --add-comments="TRANS:" \ - --no-wrap - +XGETTEXT_OPTIONS = -d=@PACKAGE@ --add-comments="TRANS:" --no-wrap # possible options to include: # -c, --add-comments[=TAG] place comment block with TAG (or those diff --git a/po/POTFILES.in b/po/POTFILES.in index fe0daad2c..025d6915d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -106,6 +106,7 @@ src/DateHandler/__init__.py # docgen directory src/docgen/ODSDoc.py src/docgen/ODSTab.py +src/docgen/OpenSpreadSheet.py src/docgen/SpreadSheetDoc.py src/docgen/TextBufDoc.py