mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Don't generate plain-text HISTORY and src/test/regress/README anymore.
Providing this information as plain text was doubtless worth the trouble ten years ago, but it seems likely that hardly anyone reads it in this format anymore. And the effort required to maintain these files (in the form of extra-complex markup rules in the relevant parts of the SGML documentation) is significant. So, let's stop doing that and rely solely on the other documentation formats. Per discussion, the plain-text INSTALL instructions might still be worth their keep, so we continue to generate that file. Rather than remove HISTORY and src/test/regress/README from distribution tarballs entirely, replace them with simple stub files that tell the reader where to find the relevant documentation. This is mainly to avoid possibly breaking packaging recipes that expect these files to exist. Back-patch to all supported branches, because simplifying the markup requirements for release notes won't help much unless we do it in all branches.
This commit is contained in:
parent
fe8a6f53e0
commit
e1e7642bd3
@ -117,10 +117,8 @@ distdir:
|
|||||||
fi || exit; \
|
fi || exit; \
|
||||||
done
|
done
|
||||||
$(MAKE) -C $(distdir) distprep
|
$(MAKE) -C $(distdir) distprep
|
||||||
$(MAKE) -C $(distdir)/doc/src/sgml/ HISTORY INSTALL regress_README
|
$(MAKE) -C $(distdir)/doc/src/sgml/ INSTALL
|
||||||
cp $(distdir)/doc/src/sgml/HISTORY $(distdir)/
|
|
||||||
cp $(distdir)/doc/src/sgml/INSTALL $(distdir)/
|
cp $(distdir)/doc/src/sgml/INSTALL $(distdir)/
|
||||||
cp $(distdir)/doc/src/sgml/regress_README $(distdir)/src/test/regress/README
|
|
||||||
$(MAKE) -C $(distdir) distclean
|
$(MAKE) -C $(distdir) distclean
|
||||||
rm -f $(distdir)/README.git
|
rm -f $(distdir)/README.git
|
||||||
|
|
||||||
|
6
HISTORY
Normal file
6
HISTORY
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Release notes for all versions of PostgreSQL can be found on-line at
|
||||||
|
http://www.postgresql.org/docs/devel/static/release.html
|
||||||
|
|
||||||
|
In a distribution file set, release notes for the current version can be
|
||||||
|
found prebuilt under doc/src/sgml/html/. Visit the index.html file with
|
||||||
|
an HTML browser, then consult the "Release Notes" appendix.
|
3
README
3
README
@ -17,8 +17,7 @@ See the file INSTALL for instructions on how to build and install
|
|||||||
PostgreSQL. That file also lists supported operating systems and
|
PostgreSQL. That file also lists supported operating systems and
|
||||||
hardware platforms and contains information regarding any other
|
hardware platforms and contains information regarding any other
|
||||||
software packages that are required to build or run the PostgreSQL
|
software packages that are required to build or run the PostgreSQL
|
||||||
system. Changes between all PostgreSQL releases are recorded in the
|
system. Copyright and license information can be found in the
|
||||||
file HISTORY. Copyright and license information can be found in the
|
|
||||||
file COPYRIGHT. A comprehensive documentation set is included in this
|
file COPYRIGHT. A comprehensive documentation set is included in this
|
||||||
distribution; it can be read as described in the installation
|
distribution; it can be read as described in the installation
|
||||||
instructions.
|
instructions.
|
||||||
|
12
README.git
12
README.git
@ -1,12 +1,12 @@
|
|||||||
(This file does not appear in release tarballs.)
|
(This file does not appear in release tarballs.)
|
||||||
|
|
||||||
In a release or snapshot tarball of PostgreSQL, documentation files named
|
In a release or snapshot tarball of PostgreSQL, a documentation file named
|
||||||
INSTALL and HISTORY will appear in this directory. However, these files are
|
INSTALL will appear in this directory. However, this file is not stored in
|
||||||
not stored in git and so will not be present if you are using a git checkout.
|
git and so will not be present if you are using a git checkout.
|
||||||
If you are using git, you can view the most recent install instructions at:
|
|
||||||
|
If you are using a git checkout, you can view the most recent installation
|
||||||
|
instructions at:
|
||||||
http://www.postgresql.org/docs/devel/static/installation.html
|
http://www.postgresql.org/docs/devel/static/installation.html
|
||||||
and the current release notes at:
|
|
||||||
http://www.postgresql.org/docs/devel/static/release.html
|
|
||||||
|
|
||||||
Users compiling from git will also need compatible versions of Bison, Flex,
|
Users compiling from git will also need compatible versions of Bison, Flex,
|
||||||
and Perl, as discussed in the install documentation. These programs are not
|
and Perl, as discussed in the install documentation. These programs are not
|
||||||
|
4
doc/src/sgml/.gitignore
vendored
4
doc/src/sgml/.gitignore
vendored
@ -6,9 +6,7 @@
|
|||||||
/man7/
|
/man7/
|
||||||
/man-stamp
|
/man-stamp
|
||||||
# Other popular build targets
|
# Other popular build targets
|
||||||
/HISTORY
|
|
||||||
/INSTALL
|
/INSTALL
|
||||||
/regress_README
|
|
||||||
/postgres-US.pdf
|
/postgres-US.pdf
|
||||||
/postgres-A4.pdf
|
/postgres-A4.pdf
|
||||||
/postgres.html
|
/postgres.html
|
||||||
@ -21,9 +19,7 @@
|
|||||||
/HTML.index
|
/HTML.index
|
||||||
# Assorted byproducts from building the above
|
# Assorted byproducts from building the above
|
||||||
/postgres.xml
|
/postgres.xml
|
||||||
/HISTORY.html
|
|
||||||
/INSTALL.html
|
/INSTALL.html
|
||||||
/regress_README.html
|
|
||||||
/postgres-US.aux
|
/postgres-US.aux
|
||||||
/postgres-US.log
|
/postgres-US.log
|
||||||
/postgres-US.out
|
/postgres-US.out
|
||||||
|
@ -206,25 +206,12 @@ postgres.pdf:
|
|||||||
JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i output-text -t sgml
|
JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i output-text -t sgml
|
||||||
LYNX = lynx
|
LYNX = lynx
|
||||||
|
|
||||||
INSTALL HISTORY regress_README: % : %.html
|
INSTALL: % : %.html
|
||||||
$(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist -stdin > $@
|
$(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist -stdin > $@
|
||||||
|
|
||||||
INSTALL.html: standalone-install.sgml installation.sgml version.sgml
|
INSTALL.html: standalone-install.sgml installation.sgml version.sgml
|
||||||
$(JADE.text) -V nochunks standalone-install.sgml installation.sgml > $@
|
$(JADE.text) -V nochunks standalone-install.sgml installation.sgml > $@
|
||||||
|
|
||||||
HISTORY.html: generate_history.pl $(wildcard $(srcdir)/release*.sgml)
|
|
||||||
$(PERL) $< "$(srcdir)" release.sgml >tempfile_HISTORY.sgml
|
|
||||||
$(JADE.text) -V nochunks tempfile_HISTORY.sgml > $@
|
|
||||||
rm tempfile_HISTORY.sgml
|
|
||||||
|
|
||||||
regress_README.html: regress.sgml
|
|
||||||
( echo '<!doctype chapter PUBLIC "-//OASIS//DTD DocBook V4.2//EN" ['; \
|
|
||||||
echo '<!entity % standalone-ignore "IGNORE">'; \
|
|
||||||
echo '<!entity % standalone-include "INCLUDE"> ]>'; \
|
|
||||||
cat $< ) >tempfile_regress_README.sgml
|
|
||||||
$(JADE.text) -V nochunks tempfile_regress_README.sgml > $@
|
|
||||||
rm tempfile_regress_README.sgml
|
|
||||||
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## XSLT processing
|
## XSLT processing
|
||||||
@ -352,13 +339,13 @@ check-tabs:
|
|||||||
# This allows removing some files from the distribution tarballs while
|
# This allows removing some files from the distribution tarballs while
|
||||||
# keeping the dependencies satisfied.
|
# keeping the dependencies satisfied.
|
||||||
.SECONDARY: postgres.xml $(GENERATED_SGML) HTML.index
|
.SECONDARY: postgres.xml $(GENERATED_SGML) HTML.index
|
||||||
.SECONDARY: INSTALL.html HISTORY.html regress_README.html
|
.SECONDARY: INSTALL.html
|
||||||
.SECONDARY: %-A4.tex-ps %-US.tex-ps %-A4.tex-pdf %-US.tex-pdf
|
.SECONDARY: %-A4.tex-ps %-US.tex-ps %-A4.tex-pdf %-US.tex-pdf
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
# text --- these are shipped, but not in this directory
|
# text --- these are shipped, but not in this directory
|
||||||
rm -f INSTALL HISTORY regress_README
|
rm -f INSTALL
|
||||||
rm -f INSTALL.html HISTORY.html regress_README.html
|
rm -f INSTALL.html
|
||||||
# single-page output
|
# single-page output
|
||||||
rm -f postgres.html postgres.txt
|
rm -f postgres.html postgres.txt
|
||||||
# print
|
# print
|
||||||
|
@ -914,26 +914,19 @@ save_size.pdfjadetex = 15000
|
|||||||
<title>Plain Text Files</title>
|
<title>Plain Text Files</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Several files are distributed as plain text, for reading during
|
The installation instructions are also distributed as plain text,
|
||||||
the installation process. The <filename>INSTALL</filename> file
|
in case they are needed in a situation where better reading tools
|
||||||
|
are not available. The <filename>INSTALL</filename> file
|
||||||
corresponds to <xref linkend="installation">, with some minor
|
corresponds to <xref linkend="installation">, with some minor
|
||||||
changes to account for the different context. To recreate the
|
changes to account for the different context. To recreate the
|
||||||
file, change to the directory <filename>doc/src/sgml</filename>
|
file, change to the directory <filename>doc/src/sgml</filename>
|
||||||
and enter <userinput>gmake INSTALL</userinput>. This will create
|
and enter <userinput>gmake INSTALL</userinput>.
|
||||||
a file <filename>INSTALL.html</filename> that can be saved as text
|
|
||||||
with <productname>Netscape Navigator</productname> and put into
|
|
||||||
the place of the existing file.
|
|
||||||
<productname>Netscape</productname> seems to offer the best
|
|
||||||
quality for <acronym>HTML</acronym> to text conversions (over
|
|
||||||
<application>lynx</application> and
|
|
||||||
<application>w3m</application>).
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The file <filename>HISTORY</filename> can be created similarly,
|
In the past, the release notes and regression testing instructions
|
||||||
using the command <userinput>gmake HISTORY</userinput>. For the
|
were also distributed as plain text, but this practice has been
|
||||||
file <filename>src/test/regress/README</filename> the command is
|
discontinued.
|
||||||
<userinput>gmake regress_README</userinput>.
|
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -1,58 +0,0 @@
|
|||||||
#! /usr/bin/perl -w
|
|
||||||
|
|
||||||
# generate_history.pl -- flatten release notes for use as HISTORY file
|
|
||||||
#
|
|
||||||
# Usage: generate_history.pl srcdir release.sgml >output.sgml
|
|
||||||
#
|
|
||||||
# The main point of this script is to strip out <link> references, which
|
|
||||||
# generally point into the rest of the documentation and so can't be used
|
|
||||||
# in a standalone build of the release notes. To make sure this is done
|
|
||||||
# everywhere, we have to fold in the sub-files of the release notes.
|
|
||||||
#
|
|
||||||
# $PostgreSQL: pgsql/doc/src/sgml/generate_history.pl,v 1.1 2009/05/02 20:17:19 tgl Exp $
|
|
||||||
|
|
||||||
use strict;
|
|
||||||
|
|
||||||
my($srcdir) = shift;
|
|
||||||
defined($srcdir) || die "$0: missing required argument: srcdir\n";
|
|
||||||
my($infile) = shift;
|
|
||||||
defined($infile) || die "$0: missing required argument: inputfile\n";
|
|
||||||
|
|
||||||
# Emit DOCTYPE header so that the output is a self-contained SGML document
|
|
||||||
print "<!DOCTYPE appendix PUBLIC \"-//OASIS//DTD DocBook V4.2//EN\">\n";
|
|
||||||
|
|
||||||
process_file($infile);
|
|
||||||
|
|
||||||
exit 0;
|
|
||||||
|
|
||||||
sub process_file {
|
|
||||||
my($filename) = @_;
|
|
||||||
|
|
||||||
local *FILE; # need a local filehandle so we can recurse
|
|
||||||
|
|
||||||
my($f) = $srcdir . '/' . $filename;
|
|
||||||
open(FILE, $f) || die "could not read $f: $!\n";
|
|
||||||
|
|
||||||
while (<FILE>) {
|
|
||||||
# Recursively expand sub-files of the release notes
|
|
||||||
if (m/^&(release-.*);$/) {
|
|
||||||
process_file($1 . ".sgml");
|
|
||||||
next;
|
|
||||||
}
|
|
||||||
|
|
||||||
# Remove <link ...> tags, which might span multiple lines
|
|
||||||
while (m/<link/) {
|
|
||||||
if (s/<link\s+linkend[^>]*>//) {
|
|
||||||
next;
|
|
||||||
}
|
|
||||||
# incomplete tag, so slurp another line
|
|
||||||
$_ .= <FILE>;
|
|
||||||
}
|
|
||||||
|
|
||||||
# Remove </link> too
|
|
||||||
s|</link>||g;
|
|
||||||
|
|
||||||
print;
|
|
||||||
}
|
|
||||||
close(FILE);
|
|
||||||
}
|
|
@ -28,9 +28,7 @@ non-ASCII characters convert to HTML4 entity (&) escapes
|
|||||||
|
|
||||||
wrap long lines
|
wrap long lines
|
||||||
|
|
||||||
For new features, add links to the documentation sections. Use </link>
|
For new features, add links to the documentation sections.
|
||||||
not just </> so that generate_history.pl can remove it, so HISTORY.html
|
|
||||||
can be created without links to the main documentation. Don't use <xref>.
|
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -65,7 +63,6 @@ can be created without links to the main documentation. Don't use <xref>.
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
To add a new major-release series, add an entry here and in filelist.sgml.
|
To add a new major-release series, add an entry here and in filelist.sgml.
|
||||||
Follow the naming convention, or you'll confuse generate_history.pl.
|
|
||||||
|
|
||||||
The reason for splitting the release notes this way is so that appropriate
|
The reason for splitting the release notes this way is so that appropriate
|
||||||
subsets can easily be copied into back branches.
|
subsets can easily be copied into back branches.
|
||||||
|
@ -2,21 +2,7 @@
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
This file helps in generating the INSTALL text file that lives in the
|
This file helps in generating the INSTALL text file that lives in the
|
||||||
top level directory of the distribution. The exact process is like
|
top level directory of the distribution.
|
||||||
this:
|
|
||||||
|
|
||||||
1. Paste together with installation.sgml
|
|
||||||
|
|
||||||
2. Process with jade to HTML (use -V nochunks)
|
|
||||||
|
|
||||||
3. Remove "Chapter 1" heading
|
|
||||||
|
|
||||||
4. Save as text file in Netscape
|
|
||||||
|
|
||||||
5. Put in place of old INSTALL file
|
|
||||||
|
|
||||||
Running 'make INSTALL' in the doc/src/sgml directory will do 1 through
|
|
||||||
3 for you.
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
|
||||||
|
3
src/test/regress/README
Normal file
3
src/test/regress/README
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Documentation concerning how to run these regression tests and interpret
|
||||||
|
the results can be found in the PostgreSQL manual, in the chapter
|
||||||
|
"Regression Tests".
|
@ -10,7 +10,6 @@ For All Releases (major, minor, beta, RC)
|
|||||||
o update doc/src/sgml/release.sgml
|
o update doc/src/sgml/release.sgml
|
||||||
o run spellchecker on result
|
o run spellchecker on result
|
||||||
o add SGML markup
|
o add SGML markup
|
||||||
o check if 'gmake HISTORY.html' works for <link>s
|
|
||||||
|
|
||||||
* Update timezone data to match latest zic database and new
|
* Update timezone data to match latest zic database and new
|
||||||
Windows releases, if any (see src/timezone/README)
|
Windows releases, if any (see src/timezone/README)
|
||||||
|
Loading…
Reference in New Issue
Block a user