Skip to content

Commit

Permalink
make dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rescrv committed Jan 8, 2015
1 parent 33b4a84 commit dcfe0b2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7,411 deletions.
32 changes: 15 additions & 17 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1388,23 +1388,21 @@ EXTRA_DIST += $(wildcard doc/*/*/*/*.tex)
EXTRA_DIST += $(wildcard doc/*/*/*/*/*.tex)
EXTRA_DIST += doc/Makefile
EXTRA_DIST += doc/latex.py
EXTRA_DIST += doc/api/c/hello-world.c
EXTRA_DIST += doc/api/c/iterate.c
EXTRA_DIST += doc/api/java/HelloWorldAsyncLoop.java
EXTRA_DIST += doc/api/java/HelloWorldAsyncWait.java
EXTRA_DIST += doc/api/java/HelloWorld.java
EXTRA_DIST += doc/api/node.js/hello-world.js
EXTRA_DIST += doc/api/node.js/window-pattern.js
EXTRA_DIST += doc/api/ruby/hello-world-async-loop.rb
EXTRA_DIST += doc/api/ruby/hello-world-async-wait.rb
EXTRA_DIST += doc/api/ruby/hello-world.rb
EXTRA_DIST += doc/install/centos-packages.sh
EXTRA_DIST += doc/install/debian7-packages.sh
EXTRA_DIST += doc/install/fedora-packages.sh
EXTRA_DIST += doc/install/linux-amd64.sh
EXTRA_DIST += doc/install/ubuntu12.04-packages.sh
EXTRA_DIST += doc/install/ubuntu14.04-packages.sh
EXTRA_DIST += doc/install/ubuntu14.10-packages.sh
EXTRA_DIST += doc/c/client/hello-world.c
EXTRA_DIST += doc/c/client/iterate.c
EXTRA_DIST += doc/go/client/hello-world.go
EXTRA_DIST += doc/java/client/HelloWorldAsyncLoop.java
EXTRA_DIST += doc/java/client/HelloWorldAsyncWait.java
EXTRA_DIST += doc/java/client/HelloWorld.java
EXTRA_DIST += doc/node.js/client/hello-world.js
EXTRA_DIST += doc/node.js/client/window-pattern.js
EXTRA_DIST += doc/python/client/hello-world-async-loop.py
EXTRA_DIST += doc/python/client/hello-world-async-wait.py
EXTRA_DIST += doc/python/client/hello-world.py
EXTRA_DIST += doc/ruby/client/hello-world-async-loop.rb
EXTRA_DIST += doc/ruby/client/hello-world-async-wait.rb
EXTRA_DIST += doc/ruby/client/hello-world.rb
EXTRA_DIST += $(wildcard doc/install/*)

################################################################################
################################## Maintenance #################################
Expand Down
Loading

0 comments on commit dcfe0b2

Please sign in to comment.