From 9085b8b23b420af7a0ab6214ed23710a6913ab2e Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Tue, 12 Mar 2013 14:01:13 -0400 Subject: [PATCH] fix img and css copy in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e3a5ea69..12c407c95 100644 --- a/Makefile +++ b/Makefile @@ -75,8 +75,8 @@ install: all mkdir -p $(install_root) cp iD.js iD.min.js land.html $(install_root) cp index_packaged.html $(install_root)/index.html - cp -R css/ $(install_root)/css - cp -R img/ $(install_root)/img + cp -R css/. $(install_root)/css + cp -R img/. $(install_root)/img clean: rm -f iD*.js