Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pyromaths
pyromaths
Commits
5d6aa72d
Commit
5d6aa72d
authored
May 12, 2013
by
Olivier Cornu
Browse files
Parenthèses manquantes autour de la variable $APP (Yves Gesnel).
Voir
http://forum.pyromaths.org/viewtopic.php?f=22&t=266&p=2463#p2464
parent
952afcdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5d6aa72d
...
...
@@ -160,7 +160,8 @@ app: version
# ..Improve french localization..."
# ....Extract strings from qt_menu.nib
cd
$(DIST)
&&
\
ibtool
--generate-strings-file
qt_menu.strings
$APP
/Frameworks/QtGui.framework/Versions/4/Resources/qt_menu.nib
&&
\
ibtool
--generate-strings-file
qt_menu.strings
\
$(APP)
/Frameworks/QtGui.framework/Versions/4/Resources/qt_menu.nib
&&
\
iconv
-f
utf-16
-t
utf-8 qt_menu.strings
>
qt_menu_tmp.strings
&&
\
mv
-f
qt_menu_tmp.strings qt_menu.strings
&&
\
sed
-i
''
's/Hide/Masquer/g'
qt_menu.strings
&&
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment