如果你已經離開 en
這個目錄,請切換回這個目錄中。
#
cd path/www/en
執行 make(1) install
,
並將 DESTDIR
設定為你想安裝檔案的目錄名稱。
#
make DESTDIR=/usr/local/www install
如果你之前已經在相同的目錄中安裝了這些網頁, 安裝過程並不會刪除任何既有或過期的網頁。 舉例來說,如果你每日建構和安裝新的網頁副本, 這個指令將會搜尋並刪除在三天內沒有更新的檔案。
#
find /usr/local/www -ctime 3 -print0 | xargs -0 rm
All FreeBSD documents are available for download at http://ftp.FreeBSD.org/pub/FreeBSD/doc/
Questions that are not answered by the
documentation may be
sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.