pgsql: Separate targets "make docs" and "make install-docs" for the

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Separate targets "make docs" and "make install-docs" for the
Date: 2010-03-30 00:10:46
Message-ID: 20100330001046.7F8787541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Separate targets "make docs" and "make install-docs" for the documentation

It is no longer installed by default, but included in "make world"/"make
install-world". Documentation updated accordingly.

Also, fix vpathsearch function to work when calling make install-docs
without previous make docs.

Modified Files:
--------------
pgsql:
GNUmakefile.in (r1.57 -> r1.58)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/GNUmakefile.in?r1=1.57&r2=1.58)
pgsql/doc/src/sgml:
Makefile (r1.138 -> r1.139)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.138&r2=1.139)
installation.sgml (r1.343 -> r1.344)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.343&r2=1.344)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-03-30 00:11:45 pgsql: Add comma missing from postgresql.conf comment.
Previous Message Peter Eisentraut 2010-03-29 22:01:08 pgsql: Add note that XML Schema validation is not supported requested