aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-08-26 23:58:50 +0200
committerGravatar Tom Willemse2013-08-26 23:58:50 +0200
commite4dc1824b28e00f3aa6f18201e719e1e05f6d397 (patch)
tree40921427c14f4d9d0da8801bb9501846e4575b97 /Makefile
parenta947b17f6722485b78a0faf5d147e08e7f05ae13 (diff)
downloadclark-e4dc1824b28e00f3aa6f18201e719e1e05f6d397.tar.gz
clark-e4dc1824b28e00f3aa6f18201e719e1e05f6d397.zip
Remove js/
The conkeror interface has been moved to its own repository: [http://code.ryuslash.org/clark-conkeror/]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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))