Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
Build src/test/regress/README during tarball making like the other
Browse files Browse the repository at this point in the history
generated text files.  Fix build of that file, too.

Put the text files in the right place during make dist, so there are no
extra manual steps required anymore.
  • Loading branch information
petere committed Apr 6, 2006
1 parent 536fba3 commit 4ad7814
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 280 deletions.
4 changes: 4 additions & 0 deletions GNUmakefile.in
Expand Up @@ -108,6 +108,10 @@ distdir:
fi || exit; \
done
$(MAKE) -C $(distdir) distprep
$(MAKE) -C $(distdir)/doc/src/sgml/ HISTORY INSTALL regress_README
cp $(distdir)/doc/src/sgml/HISTORY $(distdir)/
cp $(distdir)/doc/src/sgml/INSTALL $(distdir)/
cp $(distdir)/doc/src/sgml/regress_README $(distdir)/src/test/regress/README
$(MAKE) -C $(distdir) distclean
rm -f $(distdir)/README.CVS

Expand Down
3 changes: 2 additions & 1 deletion doc/src/sgml/Makefile
Expand Up @@ -196,7 +196,8 @@ HISTORY.html: release.sgml

regress_README.html: regress.sgml
( echo '<!doctype chapter PUBLIC "-//OASIS//DTD DocBook V4.2//EN" ['; \
echo '<!entity % standalone-ignore "IGNORE"> ]>'; \
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
Expand Down
4 changes: 3 additions & 1 deletion doc/src/sgml/regress.sgml
Expand Up @@ -313,7 +313,9 @@ exclusion of those that don't.
If the <literal>errors</literal> test results in a server crash
at the <literal>select infinite_recurse()</> command, it means that
the platform's limit on process stack size is smaller than the
<xref linkend="guc-max-stack-depth"> parameter indicates. This
<![%standalone-ignore;[<xref linkend="guc-max-stack-depth">]]>
<![%standalone-include;[<literal>max_stack_depth</literal>]]>
parameter indicates. This
can be fixed by running the postmaster under a higher stack
size limit (4MB is recommended with the default value of
<varname>max_stack_depth</>). If you are unable to do that, an
Expand Down
278 changes: 0 additions & 278 deletions src/test/regress/README

This file was deleted.

0 comments on commit 4ad7814

Please sign in to comment.