]> www.wagner.pp.ru Git - sites/home_page.git/blobdiff - Makefile
fixed broken geography/fGIS/tclext.html
[sites/home_page.git] / Makefile
index 727512eef82194298fb0353c3d9a4915a510e9fe..6042a81564d7ec70a2f328b9fd063b8d61c45c5c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,7 @@ HTMLS:=$(shell find . -name "*.html")
 all: files pages
 
 files: 
-       rsync -rltC --delete --exclude photo --exclude templates --exclude scripts --exclude Makefile --exclude "*.html" --exclude fileinfo . "$(DESTDIR)"      
-
+       rsync -rltC -exclude .git --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: