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:> ls -l /opt/lib/R/doc/manual/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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Peter Dalgaard BSA
2001-Oct-24 10:05 UTC
[Rd] incompletely built html documentation (PR#1142)
dks@phy.hr writes:> After building and installing R 1.3.1, i find some of the html files missing: > > > ls -l /opt/lib/R/doc/manual/ > 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).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). -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._