Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-01-23 14:07:59 +0400
committerisaacs <i@izs.me>2012-01-24 01:11:33 +0400
commit5c0d11b12a8214110bb78639daab452ce3d252e0 (patch)
tree18a29d9a5055ef00826971c26f2e5f85cce17482 /Makefile
parent5d7577c71ab535dfd5c3f29b8c15a725137ff3b8 (diff)
doc: Add images to makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index db4880abfed..2a6b70b4658 100644
--- a/Makefile
+++ b/Makefile
@@ -91,23 +91,33 @@ website_files = \
out/doc/sh_main.js \
out/doc/sh_javascript.min.js \
out/doc/sh_vim-dark.css \
+ out/doc/sh.css \
out/doc/logo.png \
- out/doc/sponsored.png \
out/doc/favicon.ico \
out/doc/pipe.css \
out/doc/about/index.html \
out/doc/close-downloads.png \
out/doc/community/index.html \
out/doc/community/not-invented-here.png \
+ out/doc/logos/index.html \
+ out/doc/microsoft-logo.png \
+ out/doc/ryan-speaker.jpg \
out/doc/download-logo.png \
out/doc/ebay-logo.png \
+ out/doc/footer-logo-alt.png \
out/doc/footer-logo.png \
+ out/doc/icons-interior.png \
out/doc/icons.png \
+ out/doc/home-icons.png \
+ out/doc/joyent-logo_orange_nodeorg-01.png \
out/doc/linkedin-logo.png \
- out/doc/logos/index.html \
+ out/doc/logo-light.png \
+ out/doc/mac_osx_nodejs_installer_logo.png \
out/doc/microsoft-logo.png \
out/doc/platform-icons.png \
- out/doc/ryan-speaker.jpg \
+ out/doc/sponsored.png \
+ out/doc/twitter-bird.png \
+ out/doc/community-icons.png \
out/doc/yahoo-logo.png
doc docs: out/Release/node $(apidoc_dirs) $(website_files) $(apiassets) $(apidocs)