Include .en.xhtml
svn path=/trunk/; revision=498
This commit is contained in:
parent
08e48bb582
commit
e46efa2dab
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ XSLTOPTS = \
|
||||
'$$fsf=$(FSF)' \
|
||||
'$$gnu=$(GNU)'
|
||||
|
||||
ENPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.en\.xhtml' -o -regex '[^\.]*\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
ENPAGES = $(shell find * -path 'fr' -prune -o \( -regex '.*\.en\.xhtml' -o -regex '[^\.]*\.xhtml' \) -print | sed "s/xhtml$$/html/")
|
||||
|
||||
FRPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.fr\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user