stupid patches to compile cvs docs with debian - Mailing list pgsql-patches

From andrea gelmini
Subject stupid patches to compile cvs docs with debian
Date
Msg-id 20001220120323.B532@gelma.lugbs.linux.it
Whole thread Raw
Responses Re: stupid patches to compile cvs docs with debian  (Peter Eisentraut <peter_e@gmx.net>)
List 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

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: --enable-odbc issue for Darwin/Mac OS X
Next
From: Magnus Hagander
Date:
Subject: RE: SSL Connections [doc PATCH]