Ajout thème Viregul
This commit is contained in:
15
viregul/Makefile
Normal file
15
viregul/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
POT=lib/Lstu/I18N/milligram.pot
|
||||
SEDOPTS=-e "s@SOME DESCRIPTIVE TITLE@Lstu language file@" \
|
||||
-e "s@YEAR THE PACKAGE'S COPYRIGHT HOLDER@2015 Luc Didry@" \
|
||||
-e "s@CHARSET@utf8@" \
|
||||
-e "s@the PACKAGE package@the Lstu package@" \
|
||||
-e '/^\#\. (/{N;/\n\#\. (/{N;/\n.*\.\.\/default\//{s/\#\..*\n.*\#\./\#. (/g}}}' \
|
||||
-e '/^\#\. (/{N;/\n.*\.\.\/default\//{s/\n/ /}}'
|
||||
SEDOPTS2=-e '/^\#.*\.\.\/default\//,+3d'
|
||||
XGETTEXT=carton exec ../../local/bin/xgettext.pl
|
||||
CARTON=carton exec
|
||||
|
||||
locales:
|
||||
$(XGETTEXT) -D templates -D ../default/templates -o $(POT) 2>/dev/null
|
||||
sed $(SEDOPTS) -i $(POT)
|
||||
sed $(SEDOPTS2) -i $(POT)
|
Reference in New Issue
Block a user