]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-doc.patch
- up to 8.1.2
[packages/postgresql.git] / postgresql-doc.patch
1 --- postgresql-7.4.6/configure.in.orig  2004-10-22 02:26:22.000000000 +0200
2 +++ postgresql-7.4.6/configure.in       2004-10-23 10:53:26.446102128 +0200
3 @@ -20,9 +20,7 @@
4  dnl The GNU folks apparently haven't heard that some people don't use
5  dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir".
6  m4_define([info], [doc])
7 -m4_define([infodir], [docdir])
8  AC_INIT([PostgreSQL], [7.4.6], [pgsql-bugs@postgresql.org])
9 -m4_undefine([infodir])
10  m4_undefine([info])
11  AC_SUBST(docdir)
12  
13 @@ -34,6 +32,8 @@
14  AC_SUBST(configure_args, [$ac_configure_args])
15  
16  AC_DEFINE_UNQUOTED(PG_VERSION, "$PACKAGE_VERSION", [PostgreSQL version])
17 +docdir=$infodir
18 +AC_SUBST(docdir)
19  
20  AC_CANONICAL_HOST
21  
22 --- postgresql-7.4/doc/Makefile.orig    2003-12-18 09:05:55.000000000 +0100
23 +++ postgresql-7.4/doc/Makefile 2003-12-18 09:07:05.000000000 +0100
24 @@ -25,9 +25,6 @@
25  
26  .NOTPARALLEL:
27  
28 -ifneq ($(wildcard $(srcdir)/postgres.tar.gz),)
29 -found_html := yes
30 -endif
31  
32  ifneq ($(wildcard $(srcdir)/man.tar.gz),)
33  # SCO OpenServer's man system is sufficiently different to not bother.
This page took 0.094695 seconds and 3 git commands to generate.