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
ef237acd
Commit
ef237acd
authored
May 12, 2013
by
Olivier Cornu
Browse files
Parenthèses manquantes autour de la variable $DIST (Yves Gesnel).
parent
35102f08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ef237acd
...
...
@@ -188,7 +188,7 @@ app: version
$
(
sed-i
)
's/Quit/Quitter/g'
qt_menu.strings
# ....Import french strings
cd
$(APP)
/Frameworks/QtGui.framework/Versions/4/Resources
&&
\
ibtool
--strings-file
$DIST
/qt_menu.strings
\
ibtool
--strings-file
$
(
DIST
)
/qt_menu.strings
\
--write
qt_menu_french.nib qt_menu.nib
&&
\
rm
-rf
qt_menu.nib
&&
mv
qt_menu_french.nib qt_menu.nib
rm
$(DIST)
/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