blob: 5cba43663b7f4a8667e8bb21a5a183fd403d1f08 (
plain)
1
2
3
4
5
6
7
|
To generate .partial files for https://developers.yubico.com/:
$ make -C build man_symlink_html_partial
$ (cd build/man && pax -p p -r -w *.partial /tmp/partial)
Use mandoc 1.14.4. Otherwise, adjust dyc.css to mandoc's HTML
output.
|