[PATCH 1/2] scripts/sphinx-pre-install: Change the function 'check_missing_file'

2019-10-02 Thread Jeremy MAURO
The current implementation take a simple file as first argument, this change allows to take a list as a first argument. Some file could have a different path according distribution version Signed-off-by: Jeremy MAURO --- scripts/sphinx-pre-install | 20 +++- 1 file changed, 11

[PATCH 2/2] scripts/sphinx-pre-install: Add a new path for the debian package "fonts-noto-cjk"

2019-10-02 Thread Jeremy MAURO
The latest debian version "bullseye/sid" has changed the path of the file "notoserifcjk-regular.ttc", with the previous change and this change we keep the backward compatibility and add the latest debian version Signed-off-by: Jeremy MAURO --- scripts/sphinx-pre-install | 3

[PATCH v2 1/2] scripts/sphinx-pre-install: allow checking for multiple missing files

2019-10-02 Thread Jeremy MAURO
The current implementation take a simple file as first argument, this change allows to take a list as a first argument. Some file could have a different path according distribution version Signed-off-by: Jeremy MAURO --- Changes in v2: - Change the commit message scripts/sphinx-pre-install

[PATCH v2 2/2] scripts/sphinx-pre-install: Add a new path for the debian package "fonts-noto-cjk"

2019-10-02 Thread Jeremy MAURO
The latest debian version "bullseye/sid" has changed the path of the file "notoserifcjk-regular.ttc", with the previous change and this change we keep the backward compatibility and add the latest debian version Signed-off-by: Jeremy MAURO --- Changes in V2: - Align all li