Displaying 1 result from an estimated 1 matches for "texiincludes".
2008 Oct 05
1
doc/manual/Rfaq.css missing in R 2.8.0 (20081005) tarball
...: *** No rule to make target `Rfaq.css', needed by `R-FAQ.html'. Stop.
make[3]: Leaving directory `/tmp/buildd/r-base-2.8.0~20081005/doc/manual'
make[2]: *** [docs] Error 2
and indeed, diff'ing Makefile.in reveals a new dependency on Rfaq.css
@@ -249,6 +258,7 @@
R-intro.html: $(texiincludes) $(srcdir)/Rman.css
R-ints.html: $(texiincludes) $(srcdir)/Rman.css
R-lang.html: $(texiincludes) $(srcdir)/Rman.css
+R-FAQ.html: $(srcdir)/Rfaq.css
info: $(OBJECTS_INFO)
R-admin.info: $(texiincludes)
which does not seem to be included. Consequently none of the html manuals
are made.
Simply...