]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql-doc.patch
- orig source is back
[packages/postgresql.git] / postgresql-doc.patch
CommitLineData
cf172421
MC
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
41c88808 3@@ -20,9 +20,7 @@
74abfaac
AM
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".
41c88808 6 m4_define([info], [doc])
7-m4_define([infodir], [docdir])
cf172421 8 AC_INIT([PostgreSQL], [7.4.6], [pgsql-bugs@postgresql.org])
41c88808 9-m4_undefine([infodir])
10 m4_undefine([info])
11 AC_SUBST(docdir)
74abfaac 12
efdc3b99 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.048866 seconds and 4 git commands to generate.