8 lines
75 B
Bash
Executable File
8 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
rm -f man/*.1 man/*.3
|
|
./autogen.sh
|
|
./configure
|
|
make dist
|