cvs commit: doc/share/mk doc.common.mk doc/share/sgml
urls.entarticle.sgml
doc/en_US.ISO8859-1/articles/contributing Makefile article.sgml...
Hiroki Sato
hrs at FreeBSD.org
Tue Jul 6 08:09:56 PDT 2004
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/<langcode>/*. 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
More information about the cvs-all
mailing list