]> www.wagner.pp.ru Git - sites/home_page.git/blobdiff - Makefile
Добавлена ссылка на spacians.epub
[sites/home_page.git] / Makefile
index c285b75f64a5ec330b589b45d4942c2c7d002cb5..6042a81564d7ec70a2f328b9fd063b8d61c45c5c 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 .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: