diff options
| author | Bruce Momjian | 2002-07-16 00:51:37 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-07-16 00:51:37 +0000 |
| commit | 7fb9b5d434a507864196c11e9f7f4b4ce5793151 (patch) | |
| tree | 1c4d64426894aaf125fd00d8804499eff0362a9a /config | |
| parent | b52790b06906c2fb5cacc27fdfaf3eec84d84d99 (diff) | |
This fixes 2 inaccuracies in the recently added SQL99 feature list docs.
UNIQUE and DISTINCT predicates are both listed as implemented -- AFAIK,
neither is.
I also included another trivial patch which adds the default location
of the DSSSL stylesheets on my system (Debian unstable, docbook-dsssl
1.76) to the list of paths that configure looks for.
Neil Conway
Diffstat (limited to 'config')
| -rw-r--r-- | config/docbook.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/docbook.m4 b/config/docbook.m4 index b0b6ce02383..c2b9568ac05 100644 --- a/config/docbook.m4 +++ b/config/docbook.m4 @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/config/docbook.m4,v 1.3 2002/04/14 17:23:20 petere Exp $ +# $Header: /cvsroot/pgsql/config/docbook.m4,v 1.4 2002/07/16 00:51:37 momjian Exp $ # PGAC_PROG_JADE # -------------- @@ -59,6 +59,7 @@ else sgml/stylesheets/nwalsh-modular \ sgml/stylesheets/docbook \ sgml/docbook/dsssl/modular \ + sgml/docbook/stylesheet/dsssl/modular \ sgml/docbook/dsssl-stylesheets do pgac_candidate=$pgac_prefix/$pgac_infix/$pgac_postfix |
