This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
libreSSL
Watch
1
Star
0
Fork
0
You've already forked libreSSL
Code
Issues
Pull Requests
Releases
Wiki
Activity
cf1c1f350c
libreSSL
/
dist.sh
8 lines
72 B
Bash
Raw
Normal View
History
Unescape
Escape
added dist.sh script - generates tarball ok deraadt@ beck@
2014-07-29 04:00:25 +02:00
#!/bin/sh
set
-e
clear local manpage cache before generating a release tarball Remove the possibility of having any bad or old manpages in releases while still being able to cache for quick development tarballs.
2014-09-26 23:12:53 +02:00
rm man/*.1 man/*.3
added dist.sh script - generates tarball ok deraadt@ beck@
2014-07-29 04:00:25 +02:00
./autogen.sh
./configure
make dist
Reference in New Issue
Copy Permalink