File: man

package info (click to toggle)
librandombytes 0~20240318-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 328 kB
  • sloc: ansic: 411; python: 340; sh: 137; makefile: 23
file content (5 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh

mkdir -p doc/man
pandoc --standalone --to man --metadata title=randombytes --metadata section=3 < doc/api.md > doc/man/randombytes.3
pandoc --standalone --to man --metadata title=randombytes-info --metadata section=1 < doc/randombytes-info.md > doc/man/randombytes-info.1