← Back to team overview

kicad-developers team mailing list archive

Doc: po4a-updatepo removes numeric lists

 

Hi all,

It seems that po4a-updatepo currently removes the numeric lists from
the documentation.
Compare these two generated files :
http://ci.kicad-pcb.org/job/any-kicad-doc-head/lastSuccessfulBuild/artifact/src/Getting_Started_in_KiCad/Getting_Started_in_KiCad-fr.html#draw-electronic-schematics
http://ci.kicad-pcb.org/job/any-kicad-doc-head/lastSuccessfulBuild/artifact/src/Getting_Started_in_KiCad/Getting_Started_in_KiCad.html#draw-electronic-schematics

The faulty command is at line 93 of the Makefile and amounts to this:
   po4a-updatepo -f asciidoc -v -M utf-8 -m
Getting_Started_in_KiCad.adoc -p po/fr.po

For the following source:
   1. Under Windows run kicad.exe. Under Linux type 'kicad' in your ...
The output becomes:
   "Under Windows run kicad.exe. Under Linux type 'kicad' in your ...
https://github.com/ciampix/kicad-doc/blob/master/src/Getting_Started_in_KiCad/po/fr.po#L462

I haven't found a fix yet, does someone have a better understanding of
the issue?


Martin


Follow ups