diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rwxr-xr-x | dist.sh | 2 |
2 files changed, 1 insertions, 2 deletions
| @@ -106,7 +106,6 @@ tls/*.h | |||
| 106 | include/pqueue.h | 106 | include/pqueue.h |
| 107 | include/tls.h | 107 | include/tls.h |
| 108 | include/openssl/*.h | 108 | include/openssl/*.h |
| 109 | include/openssl/*.he | ||
| 110 | 109 | ||
| 111 | !/apps/apps_win.c | 110 | !/apps/apps_win.c |
| 112 | !/apps/poll_win.c | 111 | !/apps/poll_win.c |
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | set -e | 2 | set -e |
| 3 | 3 | ||
| 4 | rm -f man/*.1 man/*.3 | 4 | rm -f man/*.1 man/*.3 include/openssl/*.h |
| 5 | ./autogen.sh | 5 | ./autogen.sh |
| 6 | ./configure | 6 | ./configure |
| 7 | make distcheck | 7 | make distcheck |
