1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Manpage formatting tweaks

This commit is contained in:
Nick Patavalis
2017-12-21 04:08:37 +02:00
parent 8fb2cd409d
commit aa58944f34

View File

@ -66,13 +66,17 @@ picocom.1 : picocom.1.md
sed 's/\*\*\[/\*\*/g;s/\]\*\*/\*\*/g' $? \
| pandoc -s -t man \
-Vfooter="Picocom $(VERSION)" -Vdate="`date -I`" \
-Vadjusting='l' \
-Vhyphenate='' \
-o $@
picocom.1.html : picocom.1.md
pandoc -s -t html \
--template ~/.pandoc/tmpl/manpage.html \
-c ~/.pandoc/css/normalize-noforms.css \
-c ~/.pandoc/css/manpage.css \
--self-contained \
-Vversion="v$(VERSION)" -Vdate="`date -I`" \
-o $@ $?
picocom.1.pdf : picocom.1