[PostGIS] #5153: loader/dumper man pages are not installed on make install
PostGIS
trac at osgeo.org
Wed Jun 19 00:18:47 PDT 2024
#5153: loader/dumper man pages are not installed on make install
--------------------------+---------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: closed
Priority: medium | Milestone: PostGIS 3.4.3
Component: install | Version: 3.4.x
Resolution: fixed | Keywords:
--------------------------+---------------------------
Changes (by strk):
* status: new => closed
* version: master => 3.4.x
* resolution: => fixed
* milestone: PostGIS 3.5.0 => PostGIS 3.4.3
Comment:
The manpages are installed as of current 3.4 branch and master branch. Not
sure when it was fixed but it's fixed now.
{{{
$ sudo make install | grep man
mkdir -p /usr/local/share/man/man1
for f in .././../../doc/man/shp2pgsql.1 .././../../doc/man/pgsql2shp.1
.././../../doc/man/pgtopo_export.1 .././../../doc/man/pgtopo_import.1
.././../../doc/man/postgis.1 .././../../doc/man/postgis_restore.1; do \
/usr/bin/install -c -m 644 $f /usr/local/share/man/man1/`basename
$f`; \
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5153#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