mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-17 16:34:53 +00:00
Cygwin: add docbook-xml45 package for xmlto validation.
This commit is contained in:
parent
ee2fbcd41e
commit
9a1f9bfbd3
3 changed files with 3 additions and 3 deletions
2
.github/workflows/cygwin.yml
vendored
2
.github/workflows/cygwin.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 :
|
||||
|
|
|
|||
|
|
@ -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 $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue