mirror of
https://github.com/akheron/jansson.git
synced 2025-04-03 20:45:03 +00:00
parent
40c2e532b9
commit
5dbac70a67
1 changed files with 3 additions and 1 deletions
|
@ -61,7 +61,9 @@ mv doc/_build/html jansson-$v-doc
|
|||
|
||||
# Make and sign documentation tarballs
|
||||
for s in gz bz2; do
|
||||
tar czf jansson-$v-doc.tar.$s jansson-$v-doc
|
||||
[ $s = gz ] && compress=gzip
|
||||
[ $s = bz2 ] && compress=bzip2
|
||||
tar cf - jansson-$v-doc | $compress -9 -c > jansson-$v-doc.tar.$s
|
||||
gpg --detach-sign --armor jansson-$v-doc.tar.$s
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue