X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=7be6058f86d4accc4659d812beeb94d1bc57c98c;hb=3cec70d3b3d460eb4016715028f540d357341788;hp=23d23f55f1f0712cd0c02b6eaa0cff9e9aa1d21f;hpb=17ba3d2cde1d5f71d7d730536b5d79d8bfcb1690;p=phdru.name%2Fphdru.name.git diff --git a/Makefile b/Makefile index 23d23f5..7be6058 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ umask 022; cheetah compile --nobackup $< && compyle $@ %.html: %.tmpl - umask 022; PYTHONPATH=. cheetah fill --nobackup $< + umask 022; PYTHONPATH=. cheetah fill --nobackup --stdout $< | iconv -f utf-8 > $@ .PHONY: fast @@ -26,7 +26,7 @@ phdru.name: news blog .PHONY: blog -blog: atom_10.py rss_20.py +blog: phd_site.py atom_10.py rss_20.py ./reindex_blog_ru $(MAKE) html