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

Updated manual and regenerated docs

This commit is contained in:
Nick Patavalis
2017-12-21 15:36:07 +02:00
parent 26522309a3
commit a35a9cb1b7
5 changed files with 200 additions and 149 deletions

View File

@ -65,7 +65,7 @@ doc : picocom.1.html picocom.1 picocom.1.pdf
picocom.1 : picocom.1.md
sed 's/\*\*\[/\*\*/g;s/\]\*\*/\*\*/g' $? \
| pandoc -s -t man \
-Vfooter="Picocom $(VERSION)" -Vdate="`date -I`" \
-Vfooter="Picocom $(VERSION)" -Vdate="`date -I`" \
-Vadjusting='l' \
-Vhyphenate='' \
-o $@
@ -74,9 +74,9 @@ 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`" \
-c ~/.pandoc/css/manpage.css \
--self-contained \
-Vversion="v$(VERSION)" -Vdate="`date -I`" \
-o $@ $?
picocom.1.pdf : picocom.1