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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)pgadmin(dot)org>
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-19 18:50:45
Message-ID: 1311101446.2036.70.camel@laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, 2011-07-19 at 10:51 +0100, Dave Page wrote:
> On Fri, Jul 15, 2011 at 10:41 PM, Guillaume Lelarge
> <guillaume(at)lelarge(dot)info> wrote:
> > On Fri, 2011-07-15 at 21:43 +0200, Guillaume Lelarge wrote:
> >> On Fri, 2011-07-15 at 11:41 +0530, Ashesh Vashi wrote:
> >
> >> > Sorry - I was checking master, did not follow the complete mail.
> >> > What happens, if you change the following line?
> >> > %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
> >> > to
> >> > CALL %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
> >> >
> >>
> >> It didn't work. But I tried a "CALL make.bat htmlhelp, and it worked
> >> great. I'll push the windows build on my branch. Thanks, Ashesh!
> >>
> >> Now on the unix build.
> >>
> >
> > OK, did something to build it. But, really, I have no idea where to
> > install the stuff.
> >
> > Dave can you take a look at the branch, and tell me if I need to do
> > other things? or if I did something wrong? because I'm not at ease right
> > now, I have no idea how to deal with it. Thanks.
>
> Should there be a Makefile in docs/en_US to complement make.bat?

There is a Makefile file, to be used on Unix. And a make.bat to be used
on Windows.

> If
> not, what commands are you using to build the HTML Help?
>

make.bat htmlhelp (or make htmlhelp)

> Also, do the images have to go in _static? That seems pretty ugly.
>

Nope, it depends on the html_static_path variable in conf.py. We could
set it to images, but in this case, we would need to put the CSS file
there too.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-07-19 19:00:19 Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)
Previous Message Guillaume Lelarge 2011-07-19 18:47:28 Re: Handling connection loss