Add .en.xhtml
svn path=/trunk/; revision=451
This commit is contained in:
parent
5ca854fb96
commit
770ab62569
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ XSLTOPTS = \
|
||||
'$$fsf=$(FSF)' \
|
||||
'$$gnu=$(GNU)'
|
||||
|
||||
ENPAGES = $(shell find * -path 'fr' -prune -o -regex '[^\.]*\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
ENPAGES = $(shell find * -path 'fr' -prune -o -regex '[^\.]*\.xhtml' -o -regex '.*\.en\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
FRPAGES = $(shell find * -path 'fr' -prune -o -regex '.*\.fr\.xhtml' -print | sed "s/xhtml$$/html/")
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
<li>Benjamin Drieu (benj at april.org)</li>
|
||||
<li>Benoit Picaud (benoit at parinux.org)</li>
|
||||
<li>Benoît Sibaud (benoit.sibaud at wanadoo.fr)</li>
|
||||
<li>Bernard PRATZ (guyzmo at lazy.schpountz.net)</li>
|
||||
<li>Bernard Pratz (pratz at linuxfr.org)</li>
|
||||
<li>Bernhard Reiter (bernhard at intevation.de)</li>
|
||||
<li>Bertrand Demiddelaer (bert at zehc.net)</li>
|
||||
<li>Bruno Coudoin (bcoudoin at anfora.fr)</li>
|
||||
|
Loading…
Reference in New Issue
Block a user