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