source:
common/blfs-tool-deps/903-tidy@
3834b6e
Last change on this file since 3834b6e was 16938b0, checked in by , 18 years ago | |
---|---|
|
|
File size: 122 bytes |
Rev | Line | |
---|---|---|
[91ff6a9] | 1 | #!/bin/bash |
[045b2dc] | 2 | |
3 | # $Id$ | |
4 | ||
5 | set -e | |
[cbc8ba2] | 6 | cd $PKGDIR |
[045b2dc] | 7 | |
8 | ./configure --prefix=/usr | |
9 | make | |
10 | make install | |
[16938b0] | 11 | make -C htmldoc install_apidocs |
[045b2dc] | 12 | |
13 | exit |
Note:
See TracBrowser
for help on using the repository browser.