]> www.wagner.pp.ru Git - sites/home_page.git/blob - Makefile
c285b75f64a5ec330b589b45d4942c2c7d002cb5
[sites/home_page.git] / Makefile
1 DESTDIR=${HOME}/public_html
2 HTMLS:=$(shell find . -name "*.html")
3
4 all: files pages
5
6 files: 
7         rsync -rltC --exclude photo --exclude templates --exclude scripts --exclude Makefile --exclude "*.html" --exclude fileinfo . "$(DESTDIR)"       
8
9 pages: files
10         perl scripts/make_html.pl --dest "$(DESTDIR)" --template templates/page.tpl $(HTMLS)
11 envtest:
12         : $(HTMLS)