Corrected extra quote on the LANGFILES expression.
svn path=/trunk/; revision=2022
This commit is contained in:
parent
c703922e68
commit
ae081c6ea9
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user