[#3479] Missing .document files for ext/ libraries — Brian Candler <B.Candler@...>

The ri documentation for zlib, strscan and iconv doesn't get built by 'make

12 messages 2004/10/06

[#3492] Re: ANN: Free-form-operators patch — Markus <markus@...>

> In message "Re: ANN: Free-form-operators patch"

15 messages 2004/10/11
[#3493] Re: ANN: Free-form-operators patch — Yukihiro Matsumoto <matz@...> 2004/10/11

Hi,

[#3495] Re: ANN: Free-form-operators patch — Markus <markus@...> 2004/10/12

On Mon, 2004-10-11 at 16:16, Yukihiro Matsumoto wrote:

[#3561] 1.8.2 - what can we do to help? — Dave Thomas <dave@...>

Folks:

23 messages 2004/10/26
[#3562] Re: 1.8.2 - what can we do to help? — Yukihiro Matsumoto <matz@...> 2004/10/27

Hi,

Install process -- Suggest building docs.

From: Hugh Sasse Staff Elec Eng <hgs@...>
Date: 2004-10-01 10:42:03 UTC
List: ruby-core #3472
I think it would be a good idea to encourage people to build the
documentation when they do an install. It should not be forced upon
them, so I suggest this patch, or similar:

         Hugh

--- ruby-1.8.2/Makefile.orig	2004-09-30 11:34:16.367731000 +0100
+++ ruby-1.8.2/Makefile	2004-10-01 11:37:15.631477000 +0100
@@ -140,6 +140,9 @@
  # $(MINIRUBY) $< $@

  install:	install-nodoc 
+		@echo You may with to 
+		@echo  $(MAKE) install-doc
+		@echo to get ri documentation, now.

  install-nodoc:	rbconfig.rb
  		$(MINIRUBY) $(srcdir)/instruby.rb $(SCRIPT_ARGS) --mantype="$(MANTYPE)"

In This Thread

Prev Next