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

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Separate targets "make docs" and "make install-docs" for the
Date
Msg-id 20100330001046.7F8787541D0@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Add note that XML Schema validation is not supported requested
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add comma missing from postgresql.conf comment.