source: common/blfs-tool-deps/903-tidy@ 13b4ab5

experimental
Last change on this file since 13b4ab5 was 9c9775f, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated experimental branch to current trunk code.

  • Property mode set to 100644
File size: 122 bytes
RevLine 
[9c9775f]1#!/bin/bash
[e8fb8ef]2
3# $Id$
4
5set -e
[2ee1d11]6cd $PKGDIR
[e8fb8ef]7
8./configure --prefix=/usr
9make
10make install
[9c9775f]11make -C htmldoc install_apidocs
[e8fb8ef]12
13exit
Note: See TracBrowser for help on using the repository browser.