]> www.wagner.pp.ru Git - sites/home_page.git/blob - Makefile
Описана смерть собаки Муси
[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 .git --exclude photo --exclude templates --exclude scripts --exclude Makefile --exclude "*.html" --exclude staff --exclude fileinfo . "$(DESTDIR)" 
8 pages: files
9         perl scripts/make_html.pl --dest "$(DESTDIR)" --template templates/page.tpl $(HTMLS)
10 envtest:
11         : $(HTMLS)