This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
MahiroOS-jhalfs/common/blfs-tool-deps/903-tidy
2007-09-19 16:50:48 +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