From owner-cvs-all@FreeBSD.ORG Tue Jul 6 15:09:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C1D16A4CE; Tue, 6 Jul 2004 15:09:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C943B43D48; Tue, 6 Jul 2004 15:09:55 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i66F9tUr027882; Tue, 6 Jul 2004 15:09:55 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i66F9tmt027881; Tue, 6 Jul 2004 15:09:55 GMT (envelope-from hrs) Message-Id: <200407061509.i66F9tmt027881@repoman.freebsd.org> From: Hiroki Sato Date: Tue, 6 Jul 2004 15:09:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/mk doc.common.mk doc/share/sgml urls.entarticle.sgml doc/en_US.ISO8859-1/articles/contributing Makefile article.sgml... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 15:09:56 -0000 hrs 2004-07-06 15:09:55 UTC FreeBSD doc repository Modified files: share/mk doc.common.mk share/sgml urls.ent en_US.ISO8859-1/articles/committers-guide Makefile article.sgml en_US.ISO8859-1/articles/contributing Makefile article.sgml en_US.ISO8859-1/articles/contributors Makefile article.sgml en_US.ISO8859-1/articles/explaining-bsd Makefile article.sgml en_US.ISO8859-1/articles/mailing-list-faq Makefile article.sgml en_US.ISO8859-1/articles/new-users article.sgml en_US.ISO8859-1/books/arch-handbook Makefile book.sgml en_US.ISO8859-1/books/developers-handbook Makefile book.sgml en_US.ISO8859-1/books/developers-handbook/tools chapter.sgml en_US.ISO8859-1/books/faq Makefile book.sgml en_US.ISO8859-1/books/fdp-primer Makefile en_US.ISO8859-1/books/fdp-primer/overview chapter.sgml en_US.ISO8859-1/books/fdp-primer/see-also chapter.sgml en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml en_US.ISO8859-1/books/handbook Makefile book.sgml en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml en_US.ISO8859-1/books/handbook/eresources chapter.sgml en_US.ISO8859-1/books/handbook/install chapter.sgml en_US.ISO8859-1/books/handbook/introduction chapter.sgml en_US.ISO8859-1/books/handbook/l10n chapter.sgml en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml en_US.ISO8859-1/books/handbook/ports chapter.sgml en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Use relative URLs when URL_RELPREFIX is defined and URLS_ABSOLUTE is not defined. - URL_RELPREFIX must always point the top page's URL (http://www.FreeBSD.org) in relative form, defined in Makefile. - &url.base; can be used in doc//*. It will be replaced with the real URL which points the top page. For translators: Please make sure to define URL_RELPREFIX to point the top page. The localized docs have different directory hierarchy in its URL from the English version. Tested by: den Revision Changes Path 1.9 +3 -1 doc/en_US.ISO8859-1/articles/committers-guide/Makefile 1.198 +3 -3 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml 1.6 +3 -1 doc/en_US.ISO8859-1/articles/contributing/Makefile 1.499 +1 -1 doc/en_US.ISO8859-1/articles/contributing/article.sgml 1.8 +3 -1 doc/en_US.ISO8859-1/articles/contributors/Makefile 1.428 +7 -7 doc/en_US.ISO8859-1/articles/contributors/article.sgml 1.6 +3 -1 doc/en_US.ISO8859-1/articles/explaining-bsd/Makefile 1.11 +2 -2 doc/en_US.ISO8859-1/articles/explaining-bsd/article.sgml 1.3 +3 -1 doc/en_US.ISO8859-1/articles/mailing-list-faq/Makefile 1.2 +5 -5 doc/en_US.ISO8859-1/articles/mailing-list-faq/article.sgml 1.44 +1 -1 doc/en_US.ISO8859-1/articles/new-users/article.sgml 1.24 +3 -1 doc/en_US.ISO8859-1/books/arch-handbook/Makefile 1.45 +1 -1 doc/en_US.ISO8859-1/books/arch-handbook/book.sgml 1.22 +3 -1 doc/en_US.ISO8859-1/books/developers-handbook/Makefile 1.47 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/book.sgml 1.40 +2 -2 doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml 1.12 +2 -1 doc/en_US.ISO8859-1/books/faq/Makefile 1.631 +14 -14 doc/en_US.ISO8859-1/books/faq/book.sgml 1.14 +2 -1 doc/en_US.ISO8859-1/books/fdp-primer/Makefile 1.21 +1 -1 doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml 1.12 +1 -1 doc/en_US.ISO8859-1/books/fdp-primer/see-also/chapter.sgml 1.61 +3 -3 doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml 1.83 +3 -2 doc/en_US.ISO8859-1/books/handbook/Makefile 1.316 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.149 +1 -1 doc/en_US.ISO8859-1/books/handbook/book.sgml 1.203 +1 -1 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.144 +3 -3 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml 1.288 +2 -2 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.99 +2 -2 doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml 1.97 +2 -2 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 1.227 +1 -1 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.219 +2 -2 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml 1.138 +1 -1 doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml 1.11 +11 -1 doc/share/mk/doc.common.mk 1.2 +41 -2 doc/share/sgml/urls.ent