1 2 3 4 5 6 7 8
#!/bin/sh -e ./configure make mkdir -p "$1/usr/share/man/man3" ./sqlite2mdoc -p "$1/usr/share/man/man3" /usr/include/sqlite3.h