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