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