X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=Makefile;h=c285b75f64a5ec330b589b45d4942c2c7d002cb5;hb=e61708f111d2a463094182a7b7de852e47ce7d65;hp=727512eef82194298fb0353c3d9a4915a510e9fe;hpb=9766a16a9d842ad56bfda8c0444ffa96e14cfe37;p=sites%2Fhome_page.git diff --git a/Makefile b/Makefile index 727512e..c285b75 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +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 photo --exclude templates --exclude scripts --exclude Makefile --exclude "*.html" --exclude fileinfo . "$(DESTDIR)" pages: files perl scripts/make_html.pl --dest "$(DESTDIR)" --template templates/page.tpl $(HTMLS)