about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--freebsd/Makefile4
2 files changed, 4 insertions, 3 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
diff --git a/freebsd/Makefile b/freebsd/Makefile
index ebb51e6..5f4cc1f 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -16,8 +16,8 @@ CC?= cc
 all: ../javascript.h xxxterm
 
 ../javascript.h: ../js-merge-helper.pl ../hinting.js
-	perl ../js-merge-helper.pl ../hinting.js ../input-focus.js > \
-	../javascript.h
+	perl ../js-merge-helper.pl ../hinting.js ../input-focus.js \
+	../autoscroll.js > ../javascript.h
 
 xxxterm.o: ../xxxterm.o