changeset 1898:9da7e7526bde

Add search.js to files for up/download.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Nov 2017 04:05:49 +0200
parents 38cc5e420118
children ea88b91acf1a
files www/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/www/Makefile	Mon Nov 06 03:54:49 2017 +0200
+++ b/www/Makefile	Mon Nov 06 04:05:49 2017 +0200
@@ -3,10 +3,10 @@
 all:
 	@echo "Use 'make upload' or 'make dload'."
 
-upload: *.php *.css *.xml wizards.txt
+upload: *.php *.css *.xml search.js wizards.txt
 	scp $? $(UPLOAD_URL)
 	touch $@
 
 dload:
-	scp $(UPLOAD_URL){*.php,wizards.txt,*.xml,*.css} .
+	scp $(UPLOAD_URL){*.php,*.css,*.xml,search.js,wizards.txt} .