valentina/scripts/man2pdf.sh
2018-07-18 20:18:30 +03:00

9 lines
179 B
Bash
Executable file

#!/bin/sh
# Use to conver man pages to pdf
# usage:
# $ ./man2pdf.sh
man -t ../dist/debian/valentina.1 | ps2pdf - valentina.pdf
man -t ../dist/debian/tape.1 | ps2pdf - tape.pdf