From cee74dd15e8af698ed012f29397ca28a765c7529 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Mon, 6 Oct 2008 21:28:44 +0000 Subject: [PATCH] fixed XPI generation, thanks teramako --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index fb54f4e4..f9102170 100644 --- a/Makefile.common +++ b/Makefile.common @@ -16,6 +16,7 @@ JAR_TXT_FILES = ${shell find -L content skin locale \ -o -path '*.css' \ -o -path '*.xul' \ -o -path '*.html' \ + -o -path '*.xhtml' \ \) \ } JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))