diff --git a/Makefile b/Makefile index 01480d74f4..7ad43ce80b 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ HELPERFILE := menuhelper SELECT := '' STYLESHEET := ./tools/buildmenu.xsl -FIND := ./\(.*/\)\?\(\w*\)\.\([a-z][a-z]\)\.xhtml:[ \t]*\(.*\) +FIND := ./\(.*/\)*\(.*\)\.\([a-z][a-z]\)\.xhtml:[ \t]*\(.*\) REPLACE := \1\2.html\4 sources := $(shell grep -l -R --include='*.xhtml' $(SELECT) . )