#! /bin/sh /usr/share/dpatch/dpatch-run ## 17-ProcessHTML-remove-ja.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Remove 'ja' while it is unavailable. @DPATCH@ diff -urNad trunk~/mscore/manual/ProcessHTML.py trunk/mscore/manual/ProcessHTML.py --- trunk~/mscore/manual/ProcessHTML.py 2010-04-08 12:05:12.000000000 +0100 +++ trunk/mscore/manual/ProcessHTML.py 2010-04-08 12:08:18.681034511 +0100 @@ -602,7 +602,7 @@ def main(): - language_choices = ['all','en','ca','de','el','es','fi','fr','gl','hu','it','ja','nb','nl','pl','pt-BR','ro','ru'] + language_choices = ['all','en','ca','de','el','es','fi','fr','gl','hu','it','nb','nl','pl','pt-BR','ro','ru'] # remove ja temporarily; not in this checkout parser = OptionParser() parser.add_option("-l","--lang", dest="language_code",