[postgis-tickets] [PostGIS] #2872: make install builds documentation

PostGIS trac at osgeo.org
Thu Aug 7 05:07:34 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:                         |  
-----------------------------------+----------------------------------------

Comment(by gdt):

 I found a bug.  In GNUMakefile.in, it checks for $(XSLTPROC).  But this is
 never set.  It should be @XSLTPROPC@, so that it is substituted.  Or there
 should be XSLTPROC=@XSLTPROC@ above.

 I also don't understand why comments are in the doc directory, since they
 seem to be something different.

 Also, if this wrapping stays, the install target should have the same
 wrapping of ifdef @XSLTPROC at .

 (And, I don't really understand why docs is a separate build target, or
 rather why the all: target doesn't include it.  The straightforward case
 is to have all the build dependencies and to just run make && make
 install.   I can certainly see having a code-only target for people
 without docbook, but that seems like an exceptional situation rather than
 normal.)

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2872#comment:8>
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