stupid patches to compile cvs docs with debian

From: andrea gelmini <andrea(dot)gelmini(at)linux(dot)it>
To: pgsql-patches(at)postgresql(dot)org
Subject: stupid patches to compile cvs docs with debian
Date: 2000-12-20 11:03:23
Message-ID: 20001220120323.B532@gelma.lugbs.linux.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

first:

--- pgsql/configure Wed Dec 20 11:57:33 2000
+++ pgsql/configure.mine Wed Dec 20 11:57:16 2000
@@ -7693,7 +7693,8 @@
for pgac_postfix in \
sgml/stylesheets/nwalsh-modular \
sgml/stylesheets/docbook \
- sgml/docbook/dsssl/modular
+ sgml/docbook/dsssl/modular \
+ sgml/stylesheet/dsssl/docbook/nwalsh
do
pgac_candidate=$pgac_prefix/$pgac_infix/$pgac_postfix
if test -r "$pgac_candidate/html/docbook.dsl" \

second:

--- pgsql/doc/src/Makefile Wed Dec 20 11:59:43 2000
+++ pgsql/doc/src/Makefile.mine Wed Dec 20 11:51:58 2000
@@ -38,22 +38,22 @@
admin.tar developer.tar reference.tar user.tar:
$(MAKE) -C sgml clean
$(MAKE) -C sgml $(basename $@).html
- cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm
+ cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html

programmer.tar:
$(MAKE) -C sgml clean
$(MAKE) -C sgml programmer.html
- cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif connections.gif
+ cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics catalogs.gif connections.gif

tutorial.tar:
$(MAKE) -C sgml clean
$(MAKE) -C sgml tutorial.html
- cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics clientserver.gif
+ cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics clientserver.gif

postgres.tar:
$(MAKE) -C sgml clean
$(MAKE) -C sgml postgres.html
- cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif clientserver.gif connections.gif
+ cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics catalogs.gif clientserver.gif connections.gif

man.tar:
$(MAKE) -C sgml man

ciao,
andrea

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2000-12-21 16:52:14 RE: SSL Connections [doc PATCH]
Previous Message Peter Eisentraut 2000-12-19 18:05:44 Re: --enable-odbc issue for Darwin/Mac OS X