]> www.wagner.pp.ru Git - sites/home_page.git/blobdiff - Makefile
Create directory stuff for things which shouln't be erased on update
[sites/home_page.git] / Makefile
index c285b75f64a5ec330b589b45d4942c2c7d002cb5..cc8b4df4056c1ee758cadc183fd38852ddc75de7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,7 @@ HTMLS:=$(shell find . -name "*.html")
 all: files pages
 
 files: 
-       rsync -rltC --exclude photo --exclude templates --exclude scripts --exclude Makefile --exclude "*.html" --exclude fileinfo . "$(DESTDIR)"       
-
+       rsync -rltC --exclude photo --exclude templates --exclude scripts --exclude Makefile --exclude "*.html" --exclude staff --exclude fileinfo . "$(DESTDIR)"       
 pages: files
        perl scripts/make_html.pl --dest "$(DESTDIR)" --template templates/page.tpl $(HTMLS)
 envtest: