From 6d66dbf25ec32968c133ca51b6d786b5dab581ac Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 27 Aug 2012 01:23:00 +0000 Subject: * nacl/GNUmakefile.in (package): make package should install example.html for nacl build Patch by Takashi Toyoshima . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- nacl/GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'nacl') diff --git a/nacl/GNUmakefile.in b/nacl/GNUmakefile.in index 6c9b0921f9..a31675d677 100644 --- a/nacl/GNUmakefile.in +++ b/nacl/GNUmakefile.in @@ -67,6 +67,7 @@ program: $(PROGRAM_NMF) prog: pprogram package: pprogram install-lib install-ext-comm install-ext-arch + $(INSTALL_DATA) $(srcdir)/nacl/example.html $(prefix) $(ECHO) generating manifest $@ $(Q)$(MINIRUBY) $(srcdir)/nacl/package.rb $(prefix) -- cgit v1.2.3