Re: [postgis-users] compiling documentation

2012-04-24 Thread Sandro Santilli
On Tue, Apr 24, 2012 at 07:26:18AM +0200, Pasquale Di Donato wrote: Got it... This is how I proceeded: - svn checkout http://svn.osgeo.org/postgiss/trunk - ./make_dist.sh (creates a new folder postgis-cvs - cd postgis-cvs - ./autogen.sh - ./configure - cd doc - make html (or pdf) By

Re: [postgis-users] compiling documentation

2012-04-24 Thread Pasquale Di Donato
By using the ./make_dist.sh call and working inside the created folder it won't be easy to contribute patches back, instead you can take out the 2nd step:  - svn checkout http://svn.osgeo.org/postgiss/trunk  - cd trunk  - ./autogen.sh  - ./configure  - cd doc  - make html (or pdf)

Re: [postgis-users] compiling documentation

2012-04-24 Thread Sandro Santilli
On Tue, Apr 24, 2012 at 08:56:15AM +0200, Pasquale Di Donato wrote: By using the ./make_dist.sh call and working inside the created folder it won't be easy to contribute patches back, instead you can take out the 2nd step:  - svn checkout http://svn.osgeo.org/postgiss/trunk  - cd

[postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Dear All, I'm trying to compile the documentation (downloaded from svn) Seems I have all requirements installed, but running make html returns: make: Nothing to be done for `html'. Anyone can help Ciao Pasquale -- Pasquale Di Donato web:  www.padido.eu chat: pad...@jabber.org

Re: [postgis-users] compiling documentation

2012-04-23 Thread Salvatore Larosa
Il giorno lun, 23/04/2012 alle 19.29 +0200, Pasquale Di Donato ha scritto: Dear All, I'm trying to compile the documentation (downloaded from svn) Seems I have all requirements installed, but running make html returns: make: Nothing to be done for `html'. Anyone can help Hi Pasquale,

Re: [postgis-users] compiling documentation

2012-04-23 Thread Salvatore Larosa
Il giorno lun, 23/04/2012 alle 21.46 +0300, Devrim GÜNDÜZ ha scritto: On Mon, 2012-04-23 at 19:29 +0200, Pasquale Di Donato wrote: Seems I have all requirements installed, but running make html returns: make: Nothing to be done for `html'. I cannot see html target in Makefile.

Re: [postgis-users] compiling documentation

2012-04-23 Thread Mike Toews
The Make targets are listed and described in the doc/README file: http://trac.osgeo.org/postgis/browser/trunk/doc/README -Mike ___ postgis-users mailing list postgis-users@postgis.refractions.net

Re: [postgis-users] compiling documentation

2012-04-23 Thread Salvatore Larosa
Il giorno lun, 23/04/2012 alle 21.42 +0200, Pasquale Di Donato ha scritto: Il giorno lunedì 23 aprile 2012, Salvatore Larosa lrssv...@gmail.com ha scritto: Il giorno lun, 23/04/2012 alle 21.46 +0300, Devrim GÜNDÜZ ha scritto: On Mon, 2012-04-23 at 19:29 +0200, Pasquale Di Donato wrote:

Re: [postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Guys... I did svn checkout http://svn.osgeo.org/postgis/trunk/doc Makefile.in is in that folder...I run: make html postgis.xml - Nothing to be done for postgis.xml Il 23 aprile 2012 22:25, Salvatore Larosa lrssv...@gmail.com ha scritto: Il giorno lun, 23/04/2012 alle 21.42 +0200, Pasquale

Re: [postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Il giorno lunedì 23 aprile 2012, Salvatore Larosa lrssv...@gmail.com ha scritto: Il giorno lun, 23/04/2012 alle 22.36 +0200, Pasquale Di Donato ha scritto: Guys... I did svn checkout http://svn.osgeo.org/postgis/trunk/doc Makefile.in is in that folder...I run: make html postgis.xml -

Re: [postgis-users] compiling documentation

2012-04-23 Thread Devrim GÜNDÜZ
On Mon, 2012-04-23 at 23:08 +0200, Pasquale Di Donato wrote: Have you run ./configure before? There is no config file Have you ever compiled something from any SCM? You may need something like autoconf or so. That said, http://postgis.org/documentation/manual-2.0/ is the link to 2.0.0

Re: [postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Il 23 aprile 2012 23:10, Devrim GÜNDÜZ dev...@gunduz.org ha scritto: On Mon, 2012-04-23 at 23:08 +0200, Pasquale Di Donato wrote: Have you run ./configure before? There is no config file Have you ever compiled something from any SCM? You may need something like autoconf or so. That

Re: [postgis-users] compiling documentation

2012-04-23 Thread Salvatore Larosa
Il giorno lun, 23/04/2012 alle 23.08 +0200, Pasquale Di Donato ha scritto: There is no config file configure file is found in root folder! If it is not there, you need run autogen.sh before In order to compile doc you must before run ./configure to create Makefile and then run make html to

Re: [postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Ok thanks Il 23 aprile 2012 23:29, Salvatore Larosa lrssv...@gmail.com ha scritto: Il giorno lun, 23/04/2012 alle 23.08 +0200, Pasquale Di Donato ha scritto: There is no config file configure file is found in root folder! If it is not there, you need run autogen.sh before In order to

Re: [postgis-users] compiling documentation

2012-04-23 Thread Pasquale Di Donato
Got it... This is how I proceeded: - svn checkout http://svn.osgeo.org/postgiss/trunk - ./make_dist.sh (creates a new folder postgis-cvs - cd postgis-cvs - ./autogen.sh - ./configure - cd doc - make html (or pdf) ___ postgis-users mailing list