This website requires JavaScript.
Explore
Help
Sign In
factotum
/
libressl-portable
Watch
1
Fork
0
You've already forked libressl-portable
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
libressl-portable
/
dist.sh
8 lines
72 B
Bash
Raw
Normal View
History
Unescape
Escape
added dist.sh script - generates tarball ok deraadt@ beck@
2014-07-28 21:00:25 -05: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 16:12:53 -05:00
rm man/*.1 man/*.3
added dist.sh script - generates tarball ok deraadt@ beck@
2014-07-28 21:00:25 -05:00
./autogen.sh
./configure
make dist
Reference in New Issue
Copy Permalink