summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-03-05 19:00:25 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-03-05 19:00:25 -0500
commit5b2a9a221ed74fbf10f229f665d05af3a12184c9 (patch)
treea35702dc04b3f5a7ea080375753acc188e113d21
parentd0d86adcdb3a00fc44b68627b0b571de5e454a1f (diff)
downloadhtml5ks-5b2a9a221ed74fbf10f229f665d05af3a12184c9.tar.xz
html5ks-5b2a9a221ed74fbf10f229f665d05af3a12184c9.zip
duh
-rw-r--r--Makefile5
m---------Modernizr0
-rw-r--r--README.rst2
m---------fastclick0
4 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5d6f5e1..b5f6edc 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CWEBP += -quiet -alpha_cleanup -m 6
WEBPMUX ?= webpmux
CONVERT ?= convert
APNGASM ?= apngasm
-NPM ?= npm
+NPM ?= npm --quiet
JS_COMPRESSOR ?= uglifyjs
LOCAL_UGLIFYJS := node_modules/.bin/uglifyjs
UGLIFYJS ?= $(LOCAL_UGLIFYJS)
@@ -16,7 +16,7 @@ PACKR ?= packr
CLOSURE_COMPILER ?= java -jar compiler.jar
ifndef MINIMAL
ZOPFLIPNG ?= zopflipng
-DEFLOPT ?= wine DeflOpt
+#DEFLOPT ?= wine DeflOpt
DEFLUFF ?= defluff
PNGQUANT ?= pngquant
endif
@@ -196,5 +196,6 @@ watch:
MAKEFLAGS=-r
.SUFFIXES:
+.SECONDARY: $(WAV)
.INTERMEDIATE: $(Y4M) $(CTC_ANIM_TMP) $(CTC_ANIM_TMP_WEBP)
.PHONY: video audio images js jshint clean space watch
diff --git a/Modernizr b/Modernizr
-Subproject 22a9cacbc8dbb0db50d78171e122fdaf5a0bcd1
+Subproject 6714aa7c635316101c1b85df08b757771a82651
diff --git a/README.rst b/README.rst
index d73258a..7ad7699 100644
--- a/README.rst
+++ b/README.rst
@@ -41,7 +41,7 @@ Recommended
Build steps
-----------
-0. Get Katawa Shoujo.
+0. Get Katawa Shoujo, install prerequisites. For guidance on Ubuntu, see .travis.sh.
1. Copy \*.rpyc from Katawa Shoujo/game into unrpyc/ directory.
2. Extract files from Katawa Shoujo/game/data.rpa with an rpa extractor, e.g. unrpa. Put files in www/dump.
3. Install prerequisites, download DeflOpt and defluff and place exes in this directory.
diff --git a/fastclick b/fastclick
-Subproject 2a044a32484294ea94727769ba99819bffb007a
+Subproject 96c956bbf5efd0f860cfc67499a44927ba5c9b7