summaryrefslogtreecommitdiff
path: root/help-to-wiki.py
diff options
context:
space:
mode:
Diffstat (limited to 'help-to-wiki.py')
-rwxr-xr-xhelp-to-wiki.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/help-to-wiki.py b/help-to-wiki.py
index 4a15f95b21..0ee17ba677 100755
--- a/help-to-wiki.py
+++ b/help-to-wiki.py
@@ -95,13 +95,13 @@ print "Generating the titles..."
os.system( "python to-wiki/getalltitles.py source/text > alltitles.csv" )
try:
- sdf_path = args[0]
+ po_path = args[0]
except:
- sdf_path = '../../translations/unxlngx6.pro/misc/sdf-l10n'
- sys.stderr.write('Path to the .sdf files not provided, using "%s"\n'% sdf_path)
+ po_path = '../translations/source'
+ sys.stderr.write('Path to the .po files not provided, using "%s"\n'% po_path)
# do the work
for lang in langs:
- wikiconv2.convert(generate_redirects, lang, '%s/%s.sdf'% (sdf_path, lang))
+ wikiconv2.convert(generate_redirects, lang, '%s/%s/helpcontent2/source'% (po_path, lang))
# vim:set shiftwidth=4 softtabstop=4 expandtab:
on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/redland/UnpackedTarball_redland.mk
AgeCommit message (Expand)Author
2024-07-10Fix UBSan build of ExternalProject_redlandStephan Bergmann
2017-11-08redland: update autoconf configs the gbuild wayDavid Tardon
2017-06-13iOS, patch redlandjan Iversen
2017-05-02Make some externals' libtool copies cope with -mllvmStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2016-08-26redland: upgrade raptor to 2.0.15, rasqal to 0.9.33, redland to 1.0.17:Michael Stahl
2016-03-04external/redland: -Werror,-Wundef (__GNUC__ vs. clang-cl)Stephan Bergmann
2015-06-12Fix Linux RPATH of various external modulesStephan Bergmann
2014-05-09Record patch upstream notificationStephan Bergmann
2014-05-09external/redland: Missing NULStephan Bergmann
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl