X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=Makefile;h=6042a81564d7ec70a2f328b9fd063b8d61c45c5c;hb=564e8fa712d8ac33d41f6774b2385363f8bcd487;hp=c285b75f64a5ec330b589b45d4942c2c7d002cb5;hpb=e61708f111d2a463094182a7b7de852e47ce7d65;p=sites%2Fhome_page.git diff --git a/Makefile b/Makefile index c285b75..6042a81 100644 --- 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: