MahiroOS-jhalfs/common/blfs-tool-deps/903-tidy
2007-04-13 19:26:35 +00:00

13 lines
122 B
Bash

#!/bin/bash
# $Id$
set -e
cd $PKGDIR
./configure --prefix=/usr
make
make install
make -C htmldoc install_apidocs
exit