Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Inkscape
inkscape
Commits
3d36f0d7
Commit
3d36f0d7
authored
Sep 30, 2018
by
Patrick Storz
🦄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake/po: Adjust intltool-update command to work on *nix
(cherry picked from commit
30e30518
)
parent
840d975a
Pipeline
#31716659
passed with stages
in 11 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
po/CMakeLists.txt
po/CMakeLists.txt
+2
-2
No files found.
po/CMakeLists.txt
View file @
3d36f0d7
...
...
@@ -28,9 +28,9 @@ add_custom_target(inkscape_desktop ALL DEPENDS ${CMAKE_BINARY_DIR}/inkscape.desk
# update inkscape.pot
if
(
INTLTOOL-UPDATE
)
add_custom_command
(
OUTPUT
${
CMAKE_CURRENT_SOURCE_DIR
}
/inkscape.pot
COMMAND sh -c
"
${
INTLTOOL-UPDATE
}
--pot
&& mv untitled.pot
${
CMAKE_CURRENT_SOURCE_DIR
}
/
inkscape
.pot
"
COMMAND sh -c
"
${
INTLTOOL-UPDATE
}
--pot
--gettext-package=
inkscape"
WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
)
)
set_source_files_properties
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/inkscape.pot PROPERTIES GENERATED TRUE
)
add_custom_target
(
inkscape_pot ALL DEPENDS
${
CMAKE_CURRENT_SOURCE_DIR
}
/inkscape.pot
)
...
...
Write
Preview
Markdown
is supported
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