blob: e2851825225b689ecf2635e571e54d07c5c0c768 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Here's how to do the docs...
1) Checkout portal/tools/docs from the pgweb subversion repository (https://pgweb.postgresql.org/svn/).
2) Build store.cxx using the Makefile. It's a hack, so might need minor
tweaks to get the include/lib paths right.
3) Make sure there is a symbolic link "ftp" pointing to a ftp archive
somewhere.
4) For each major version to load docs, run
./load_docs.sh 8.3 8.3.3
(or similar for other versions)
5) Drink beer, wait for it to finish!
|