about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-04 00:03:46 +0100
committerStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-04 00:03:46 +0100
commitefd4787a57434f1134efd4164cb3d66d50b1bfbb (patch)
tree7995c8874a96379aa529c49281dc4c2a701ac3b4 /Makefile
parent25cde77175b9511c955e4015116bc8978c97399e (diff)
downloadxombrero-efd4787a57434f1134efd4164cb3d66d50b1bfbb.tar.gz
Fix make files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5be51bc..2cb3b30 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,8 @@ CLEANFILES += ${.CURDIR}/javascript.h xxxterm.cat1 xxxterm.core
 
 ${.CURDIR}/javascript.h: hinting.js input-focus.js
 	perl ${.CURDIR}/js-merge-helper.pl ${.CURDIR}/hinting.js \
-	    ${.CURDIR}/input-focus.js >  ${.CURDIR}/javascript.h
+	    ${.CURDIR}/input-focus.js ${.CURDIR}/autoscroll.js \
+	    > ${.CURDIR}/javascript.h
 
 beforeinstall:
 	install -m 755 -d ${PREFIX}/share/xxxterm