Opened 7 years ago

Closed 7 years ago

#9555 closed defect (fixed)

Issues with gsl-2.4

Reported by: ken@… Owned by: bdubbs@…
Priority: normal Milestone: 8.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

  1. We have
    mkdir /usr/share/doc/gsl-2.4 &&
    cp doc/gsl-ref.html/* /usr/share/doc/gsl-2.4
    

But I do not have that directory, nor any shipped html, so the copy broke my build.

  1. For those with Sphinx and the rtd theme, we show 'make html'. But a plain 'make install' does not install the html. There is an 'install-html' target, but it doesn't actually do anything.

The generated html has png graphics in a subdirectory, and perhaps some of the other subdirectories are needed, so I played safe and installed it all with

mkdir /usr/share/doc/gsl-2.4 &&
cp -r doc/_build/html/* /usr/share/doc/gsl-2.4

Change History (2)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

This was fixed at revision 18984.

Note: See TracTickets for help on using tickets.