[postgis-devel] [PostGIS] #2008: Italian documentation is not showing new revision number
PostGIS
trac at osgeo.org
Thu Sep 20 04:02:06 PDT 2012
#2008: Italian documentation is not showing new revision number
---------------------------+------------------------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: documentation | Version: trunk
Keywords: |
---------------------------+------------------------------------------------
Comment(by robe):
It's part of the build script for the docs I copied from Hudson.
Here is the snippet of the script that does it:
{{{
cd doc
mv postgis.xml postgis.xml.orig
sed -e "s:</title>:</title><subtitle><subscript>SVN Revision
(<emphasis>${POSTGIS_SVN_REVISION}</emphasis>)</subscript></subtitle>:"
postgis.xml.orig > postgis.xml
make pdf
make -e chunked-html 2>&1 | tee -a doc-errors.log
make -C po/it_IT/ local-html
mv postgis.xml.orig postgis.xml
}}}
I assumed that since the pos are using the postgis.xml they should pickup
any revisions
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2008#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list