Skip to content

incompletely built html documentation (PR#1142)

2 messages · dks@phy.hr, Peter Dalgaard

#
Full_Name: Denis Sunko
Version: 1.3.1
OS: HP-UX 11.0
Submission from: (NULL) (161.53.2.114)


After building and installing R 1.3.1, i find some of the html files missing:
total 0
-rw-r--r--   1 root       sys              0 Oct 17 22:16 R-FAQ.html
-rw-r--r--   1 root       sys              0 Oct 17 22:16 R-admin.html
-rw-r--r--   1 root       sys              0 Oct 17 22:16 R-data.html
-rw-r--r--   1 root       sys              0 Oct 17 22:16 R-exts.html
-rw-r--r--   1 root       sys              0 Oct 17 22:16 R-intro.html
-rw-r--r--   1 root       sys              0 Oct 17 22:16 R-lang.html

I can trace this to the lines

.texi.html:
        $(MAKEINFO) --no-split --html -I$(srcdir) $< -o $@ || touch $@

in the file

doc/manual/Makefile

where MAKEINFO is defined (in the same file)

MAKEINFO = false

(correctly, because I don't have the info system installed).

The html files for the packages are all built correctly. The final front
(index)
page for the html documentation also has broken links to various COPYING,
THANKS,
etc. pages.


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
dks@phy.hr writes:
Well, those files are based on texinfo sources. Without the makeinfo
program you're not going to get them built...

(This is orthogonal to having the info *reader* system installed).