X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=blobdiff_plain;f=Makefile;h=c3b36fc0d807e9ec89419e59f69f50732072ce84;hp=5a50472edadf6ec17884144595ad8a946cca84d3;hb=88bb9d0069ca4d56226df0beb222646ca72b984f;hpb=ab097f5145699ee96ee4de47ee97ccc6e5d37232 diff --git a/Makefile b/Makefile index 5a50472..c3b36fc 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ blog: phd_site.py atom_10.py rss_20.py $(MAKE) html -templates = $(shell find ../htdocs/phdru.name/public_html -type f -name \*.tmpl -print) +templates = $(shell find ../htdocs/phdru.name -type f -name \*.tmpl -print) htmls = $(patsubst %.tmpl,%.html,$(templates)) .PHONY: html @@ -40,4 +40,4 @@ html: phd_site.py $(htmls) .PHONY: news news: atom_10.py rss_20.py - (umask 022; PYTHONPATH=. ./make-news.py en ../htdocs/phdru.name/public_html && ./make-news.py ru ../htdocs/phdru.name/public_html/Russian) + (umask 022; PYTHONPATH=. ./make-news.py en ../htdocs/phdru.name && ./make-news.py ru ../htdocs/phdru.name/Russian)