Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)
Date: 2011-07-25 20:01:50
Message-ID: CA+OCxoyyNep+3O2xP7e_ACtTfPf0K9YfAzW5S_c_w9quav0Ffg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, Jul 25, 2011 at 8:59 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:
> You mean something like this?
>
> diff --git a/Makefile.am b/Makefile.am
> index 677ec5c..d1d19f3 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -34,7 +34,8 @@ EXTRA_DIST = \
>
>  TMP_docs = \
>        $(top_srcdir)/docs/en_US/*.css \
> -       $(top_srcdir)/docs/en_US/*.html \
> +       $(top_srcdir)/docs/en_US/*.rst \
> +       $(top_srcdir)/docs/en_US/conf.py \
>        $(top_srcdir)/docs/en_US/pgadmin3.hh* \
>        $(top_srcdir)/docs/en_US/hints/*.html \
>        $(top_srcdir)/docs/en_US/images/*.png \

Yes.

>> Don't forget to update the build instructions.
>>
>
> In the INSTALL file, right? or is there another file I should care
> about?

Yep, the INSTALL file.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-25 21:37:13 pgAdmin III commit: Use sphinx documentation system
Previous Message Guillaume Lelarge 2011-07-25 19:59:14 Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)