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:
8
Makefile
8
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user