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

Bumped version to 2.2, rebuilt docs.

This commit is contained in:
Nick Patavalis
2016-10-04 19:51:29 +03:00
parent 18ae4385a7
commit 052b216326
5 changed files with 14 additions and 10 deletions

View File

@ -1,5 +1,5 @@
VERSION = 2.2a
VERSION = 2.2
#CC = gcc
CPPFLAGS = -DVERSION_STR=\"$(VERSION)\"
@ -69,7 +69,8 @@ picocom.1 : picocom.1.md
picocom.1.html : picocom.1.md
pandoc -s -t html \
-c css/normalize-noforms.css -c css/manpage.css \
-c ~/.pandoc/css/normalize-noforms.css \
-c ~/.pandoc/css/manpage.css \
--self-contained \
-o $@ $?

View File

@ -1,4 +1,7 @@
.TH "PICOCOM" "1" "2015-10-16" "Picocom 2.2a" "User Commands"
.\" Automatically generated by Pandoc 1.16.0.2
.\"
.TH "PICOCOM" "1" "2016-10-04" "Picocom 2.2" "User Commands"
.hy
.SH NAME
.PP
picocom \- minimal dumb\-terminal emulation program
@ -501,7 +504,7 @@ Download the latest release from:
<https://github.com/npat-efault/picocom/releases>
.SH COPYRIGHT
.PP
Copyright (c) 2004\-2015 Nick Patavalis
Copyright (c) 2004\-2016 Nick Patavalis
.PP
This file is part of Picocom.
.PP

File diff suppressed because one or more lines are too long

View File

@ -404,7 +404,7 @@ Download the latest release from:
# COPYRIGHT
Copyright (c) 2004-2015 Nick Patavalis
Copyright (c) 2004-2016 Nick Patavalis
This file is part of Picocom.

Binary file not shown.