Cygwin: add docbook-xml45 package for xmlto validation.

This commit is contained in:
Denis Chancogne 2026-04-17 17:19:32 +02:00
parent ee2fbcd41e
commit 9a1f9bfbd3
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v6.0.2
- uses: cygwin/cygwin-install-action@v6.1
with:
packages: gcc-core make binutils libssl-devel xmlto asciidoc
packages: gcc-core make binutils libssl-devel xmlto asciidoc docbook-xml45
- name: Build
shell: bash {0}
run: make && make docs

View file

@ -98,7 +98,7 @@ Install Cygwin from [cygwin web site](https://cygwin.com).
Following packages are required :
```
$ setup-x86_64.exe -n -q -P gcc-core,make,binutils,libssl-devel,xmlto,asciidoc
$ setup-x86_64.exe -n -q -P gcc-core,make,binutils,libssl-devel,xmlto,asciidoc,docbook-xml45
```
To build :

View file

@ -21,7 +21,7 @@ clean:
asciidoc -d manpage -arevnumber=$(version) -arevdate=$(version_date) $<
%.1: %.1.xml
xmlto --skip-validation man $<
xmlto man $<
%.html: %.adoc
asciidoc $<