From ae081c6ea9974ebd1c6389b222df5959e2e4dcb5 Mon Sep 17 00:00:00 2001 From: jneves Date: Sun, 7 Apr 2002 22:22:59 +0000 Subject: [PATCH] Corrected extra quote on the LANGFILES expression. svn path=/trunk/; revision=2022 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6d858d092..819c2d8636 100644 --- a/Makefile +++ b/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