
Base Reference GNU/Linux Build Sequence
Source code is available here.
To compile and install, run these commands:
cd /sources/ &&
tar -xjf man-pages-2.63.tar.bz2 &&
cd man-pages-2.63 &&
make install &&
cd /sources/ &&
rm -rf man-pages-2.63 |
The output should look something like this:
for i in man? man??; do \
install -d -m 755 /usr/share/man/"$i"; \
install -m 644 "$i"/* /usr/share/man/"$i"; \
done; \
rm -f /usr/share/man/man1/README /usr/share/man/man1/README.gz /usr/share/man/man1/README.bz2
|
| People: | |
| Places: | |
| Things: | |
| Times: | |
|