mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
badges lost, fixed autogen to include them
This commit is contained in:
11
README.pod
11
README.pod
@@ -1,3 +1,14 @@
|
|||||||
|
=begin html
|
||||||
|
|
||||||
|
<a href="https://travis-ci.org/TLINDEN/pcp"><img
|
||||||
|
src="https://travis-ci.org/TLINDEN/pcp.svg?branch=master"
|
||||||
|
alt="build status"/></a>
|
||||||
|
<a href="https://ci.appveyor.com/project/TLINDEN/pcp"><img
|
||||||
|
src="https://ci.appveyor.com/api/projects/status/7e833vup5pqhse83?svg=true"
|
||||||
|
alt="build status"/></a>
|
||||||
|
|
||||||
|
=end html
|
||||||
|
|
||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
|
|||||||
pod2man -r "PCP `cat VERSION`" -c "USER CONTRIBUTED DOCUMENTATION" man/pcp1.pod > man/pcp1.1
|
pod2man -r "PCP `cat VERSION`" -c "USER CONTRIBUTED DOCUMENTATION" man/pcp1.pod > man/pcp1.1
|
||||||
|
|
||||||
# generate the top level readme
|
# generate the top level readme
|
||||||
cat man/pcp.pod man/install.pod man/footer.pod > README.pod
|
cat man/badges man/pcp.pod man/install.pod man/footer.pod > README.pod
|
||||||
pod2text README.pod > README
|
pod2text README.pod > README
|
||||||
|
|
||||||
# generate usage.h
|
# generate usage.h
|
||||||
|
|||||||
11
man/badges
Normal file
11
man/badges
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
=begin html
|
||||||
|
|
||||||
|
<a href="https://travis-ci.org/TLINDEN/pcp"><img
|
||||||
|
src="https://travis-ci.org/TLINDEN/pcp.svg?branch=master"
|
||||||
|
alt="build status"/></a>
|
||||||
|
<a href="https://ci.appveyor.com/project/TLINDEN/pcp"><img
|
||||||
|
src="https://ci.appveyor.com/api/projects/status/7e833vup5pqhse83?svg=true"
|
||||||
|
alt="build status"/></a>
|
||||||
|
|
||||||
|
=end html
|
||||||
|
|
||||||
Reference in New Issue
Block a user