From: Oleg Broytman Date: Fri, 17 Mar 2006 11:27:12 +0000 (+0000) Subject: Always try to make news. X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=05a4da3383295e6c0fddf87f1893293b39822078 Always try to make news. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@32 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- diff --git a/Makefile b/Makefile index dfe6905..7bedccc 100644 --- a/Makefile +++ b/Makefile @@ -23,13 +23,8 @@ phd.pp.ru: phd_pp_ru.py news blog html .PHONY: news -news: atom_10.py rss_20.py ../htdocs/phd.pp.ru/news.tmpl ../htdocs/phd.pp.ru/Russian/news.tmpl - -../htdocs/phd.pp.ru/news.tmpl: news_en - @(umask 022; PYTHONPATH=. ./make-news.py en ../htdocs/phd.pp.ru) - -../htdocs/phd.pp.ru/Russian/news.tmpl: news_ru - @(umask 022; PYTHONPATH=. ./make-news.py ru ../htdocs/phd.pp.ru/Russian) +news: atom_10.py rss_20.py + @(umask 022; PYTHONPATH=. ./make-news.py en ../htdocs/phd.pp.ru && ./make-news.py ru ../htdocs/phd.pp.ru/Russian) .PHONY: blog