Skip to content

Commit d5b2fbc

Browse files
committed
synopsis: fix management of synopsis style
Using the "in-development" style specification which allows to specify that a style can be verbatim, the "synopsis" style is now tagged as verbatim. Signed-off-by: Jean-Noël Avila <[email protected]>
1 parent 7027835 commit d5b2fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_po4a_conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ with open('po4a.conf', 'w') as f:
66
langs = [ l[17:-3] for l in glob.glob('po/documentation.*.po')]
77
langs.sort()
88
f.write(' '.join(langs))
9-
f.write('\n[po4a_paths] po/documentation.pot $lang:po/documentation.$lang.po\n[options] opt: " -k 80" opt:" -o cleanspaces=1" opt:" --wrap-po no"\n')
9+
f.write('\n[po4a_paths] po/documentation.pot $lang:po/documentation.$lang.po\n[options] opt: " -k 80" opt:" -o cleanspaces=1" opt:" --wrap-po no" opt:"-o \'style=[synopsis%]\'"\n')
1010
with open('sources.txt', 'r') as sources:
1111
for source in sources:
1212
source = source.strip()

0 commit comments

Comments
 (0)