Skip to content

Commit

Permalink
* nacl/GNUmakefile.in (package): make package should install
Browse files Browse the repository at this point in the history
  example.html for nacl build

Patch by Takashi Toyoshima <toyoshim AT gmail.com>.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
yugui committed Aug 27, 2012
1 parent 753ea0d commit 6d66dbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Sun Aug 26 09:29:32 2012 Yuki Sonoda (Yugui) <[email protected]>

* nacl/GNUmakefile.in (package): make package should install
example.html for nacl build

Patch by Takashi Toyoshima <toyoshim AT gmail.com>.

Sun Aug 26 09:22:33 2012 Yuki Sonoda (Yugui) <[email protected]>

* nacl/GNUmakefile.in (CC, LD, NM, AR, AS, RANLIB, OBJDUMP, OBJCOPY)
Expand Down
1 change: 1 addition & 0 deletions nacl/GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6d66dbf

Please sign in to comment.