doc/share/sgml/urls.ent
Hiroki Sato 413af34cb6 Reimplement absolute/relative URL knob. Urls.ent now statically
includes the both of relative and absolute URLs, and when
the URLS_ABSOLUTE make variable is defined, absolute URLs in
share/sgml/urls.ent are used.
2004-05-11 10:59:48 +00:00

13 lines
240 B
Text

<!-- $FreeBSD$ -->
<!ENTITY % freebsd.urls.absolute "IGNORE">
<![%freebsd.urls.absolute;[
<!-- put absolute urls here -->
<!ENTITY url.main "http://www.FreeBSD.org">
]]>
<!-- put relative urls here -->
<!ENTITY url.main "../../../..">