History log of /freebsd-10-stable/release/doc/en_US.ISO8859-1/readme/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 241096 01-Oct-2012 gabor

- Rename .sgml files to .xml to track the recent doc changes

MFC after: 1 day


# 82872 03-Sep-2001 dd

If NO_LANGCODE_IN_DESTDIR is defined, don't put the language code in
DESTDIR. This avoids redundant information in the path when DOCDIR
points to some directory that already implies (or specifies) a certain
language. This is the case with the web site, where the release notes
are already installed under a language-specific directory. This
behavior is not being made mandatory because it might still be useful
to install all the translations in one directory, such as during
testing, or in a hypothetical release notes archive. Furthermore, it
is not being made the default because that breaks consistency with
stuff under doc/.

Reviewed by: bmah


# 81327 08-Aug-2001 bmah

Collapse the seven *.sgml files containing the content of the README
document into article.sgml. Move the $FreeBSD$ tag from a
comment to a <pubdate></pubdate> entry, but no other content
or whitespace changes.

The two reasons for doing this are to: 1) Get rid of a bunch of
itty-bitty files and 2) help with a reorganization of the README that
will be much simpler if all the content is in a single file.


# 79792 16-Jul-2001 bmah

Add an abstract for the README.


# 78567 21-Jun-2001 dd

Change the way the value of DESTDIR is determined for the release
notes build. Instead of having doc.relnotes.mk make a guess, hardcode
quite a bit (but as little as possible) in Makefile.inc's sprinkled
strategicly throughout the tree. This has the advantage of actually
working properly (which is a Good Thing(tm)), and the disadvantages of
more files in the repository and more hardcoded paths (which are both
Bad Things(tm)).


# 76222 02-May-2001 bmah

RELNOTESng infrastructure fixes:

1. There is now only one RELNOTESng stylesheet; the architecture-specific
stylesheets (to handle different values of the arch= attribute) are gone.

2. Several Makefile variable definitions were factored into
doc.relnotes.mk.

Submitted by: dd


# 76140 29-Apr-2001 dd

Build system:
o Define a RELN_ROOT variable which points to the root of the relnotes
tree (i.e., src/release/doc).
o By default, define DOC_PREFIX in terms of RELN_ROOT; this gives a
bigger chance of finding the doc/ tree without help in the form of
setting DOC_PREFIX on the command line.
o Respect DOCDIR; `make install` works now.

Approved by: bmah


# 76082 27-Apr-2001 bmah

First commit of RELNOTESng, the rewrite of the *.TXT documentation
files.

src/release/doc/README has additional information.

Reviewed by: -current, -doc