Added dependencies for regenerating news page in pt version

svn path=/trunk/; revision=1285
This commit is contained in:
olberger
2001-08-28 08:53:01 +00:00
parent 89c594a227
commit 64de175a3e

View File

@@ -44,7 +44,7 @@ PTPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.pt\.xhtml' -print | se
ITPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.it\.xhtml' -print | sed "s/xhtml$$/html/")
# temporary, added by mad@april.org
NEWS = news/news.fr.html news/news.en.html
NEWS = news/news.fr.html news/news.en.html news/news.pt.html
all: $(ENPAGES) $(FRPAGES) $(DEPAGES) $(PTPAGES) $(ITPAGES)