X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=c3b36fc0d807e9ec89419e59f69f50732072ce84;hb=d4a8101f56c22a7b3ac880252ef4caa349d68959;hp=5a50472edadf6ec17884144595ad8a946cca84d3;hpb=de7b8fd4faef91c9cb69be86e18697752ef89fe5;p=phdru.name%2Fphdru.name.git 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)