mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
build man pages
This commit is contained in:
parent
2d3f13df35
commit
5319e9b8fb
1 changed files with 6 additions and 2 deletions
8
INSTALL
8
INSTALL
|
@ -9,13 +9,17 @@ make
|
|||
echo "Building everything..."
|
||||
mk clean
|
||||
echo "Installing everything..."
|
||||
mk install
|
||||
mk install | tee -a mk-install.log
|
||||
echo "Cleaning up..."
|
||||
mk clean
|
||||
echo "Renaming hard-coded paths to /usr/local/plan9..."
|
||||
echo "Renaming hard-coded /usr/local/plan9 paths..."
|
||||
cd $PLAN9
|
||||
sh lib/moveplan9.sh
|
||||
echo "Building web manual..."
|
||||
cd $PLAN9/dist; mk man
|
||||
|
||||
|
||||
echo "Done. "
|
||||
echo " "
|
||||
echo "Add these to your profile environment."
|
||||
echo " PLAN9=$PLAN9 export PLAN9"
|
||||
|
|
Loading…
Reference in a new issue