From e4dc1824b28e00f3aa6f18201e719e1e05f6d397 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 26 Aug 2013 23:58:50 +0200 Subject: Remove js/ The conkeror interface has been moved to its own repository: [http://code.ryuslash.org/clark-conkeror/] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3cd8efd..061e018 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ export DESTDIR ?= /usr/local export INSTALL_PROGRAM = $(INSTALL) export INSTALL_DATA = $(INSTALL) -m 644 -dirs = lisp doc js +dirs = lisp doc install-dirs = $(addprefix install-,$(dirs)) uninstall-dirs = $(addprefix uninstall-,$(dirs)) install-strip-dirs = $(addprefix installstrip-,$(dirs)) -- cgit v1.3-2-g0d8e