[Geoserver-devel] Building html documentation

The directory structure I have is

doc\en\developer\build\html

doc\en\user\build\html

At which level should I zip them up?

If I follow the documentation

cd build/html
zip -r geoserver-[VERSION]-htmldoc.zip *

Don't think I will get the 2 folders, one for user and one for developer
unless I zip at en?

Note When done, the zip file should contain two folders, one called user
containing the HTML output for the User Manual, and one called developer
containing the HTML output for the Developer Manual.

--
View this message in context: http://old.nabble.com/Building-html-documentation-tp28618066p28618066.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

The easiest way I could explain it is: take a look at the 2.0.1 documentation and make like that. :slight_smile:

   http://downloads.sourceforge.net/geoserver/geoserver-2.0.1-htmldoc.zip

Feel free to edit the release guide text if it is unclear or wrong.

Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org

On 5/20/2010 3:36 AM, VT@anonymised.com wrote:

The directory structure I have is

doc\en\developer\build\html

doc\en\user\build\html

At which level should I zip them up?

If I follow the documentation

cd build/html
zip -r geoserver-[VERSION]-htmldoc.zip *

Don't think I will get the 2 folders, one for user and one for developer
unless I zip at en?

Note When done, the zip file should contain two folders, one called user
containing the HTML output for the User Manual, and one called developer
containing the HTML output for the Developer Manual.