badges lost, fixed autogen to include them

This commit is contained in:
TLINDEN
2015-07-08 01:32:14 +02:00
parent feee08b14a
commit d3bb56333d
3 changed files with 23 additions and 1 deletions

View File

@@ -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

View File

@@ -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
# 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
# generate usage.h

11
man/badges Normal file
View 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