[postgis-tickets] [PostGIS] #2872: make install builds documentation
PostGIS
trac at osgeo.org
Wed Aug 6 15:47:28 PDT 2014
#2872: make install builds documentation
-----------------------------------+----------------------------------------
Reporter: gdt | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.4
Component: build/upgrade/install | Version: 2.1.x
Keywords: |
-----------------------------------+----------------------------------------
Changes (by gdt):
* version: 2.0.x => 2.1.x
Comment:
Also, the topology extension creates files during install:
{{{
for OLD_VERSION in 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1.0rc1 2.1.0rc2
2.1.0rc3 2.1.0 2.1.1 2.1.2; do \
cat ../postgis_extension_helper.sql
sql_bits/remove_from_extension.sql.in sql/topology_upgrade_minor.sql
sql_bits/mark_editable_objects.sql.in sql_bits/topology_comments.sql
../postgis_extension_helper_uninstall.sql >
sql/postgis_topology--$OLD_VERSION--2.1.3.sql; \
done
}}}
This happens for "gmake all", which is fine, but again for "gmake
install". Confirmed with 2.1.3, NetBSD 6 i386, postgresql 9.1
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2872#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-tickets
mailing list