Corrected extra quote on the LANGFILES expression.

svn path=/trunk/; revision=2022
This commit is contained in:
jneves 2002-04-07 22:22:59 +00:00
parent c703922e68
commit ae081c6ea9

View File

@ -48,7 +48,7 @@ ITPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.it\.xhtml' -print | se
ESPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.es\.xhtml' -print | sed "s/xhtml$$/html/")
LANGFILES = $(shell find * -path 'fr' -prune -o -regex '.*\.lang'")
LANGFILES = $(shell find * -path 'fr' -prune -o -regex '.*\.lang' -print)
# temporary, added by mad@april.org
NEWS = news/news.fr.html news/news.en.html news/news.pt.html