Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shared-mime-info
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
25
Issues
25
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xdg
shared-mime-info
Commits
9c6a7dfc
Commit
9c6a7dfc
authored
Jan 17, 2019
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "build: Fix "update-translations" target for builddir != srcdir"
This reverts commit
15264eac
.
parent
9ced55d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Makefile.am
Makefile.am
+2
-3
No files found.
Makefile.am
View file @
9c6a7dfc
...
...
@@ -80,7 +80,6 @@ all: $(defaultmakedeps)
create-pot
:
$(AM_V_GEN)
$(MAKE)
-C
po shared-mime-info.pot
cp
-a
po/shared-mime-info.pot
$(top_srcdir)
/po/
XDGMIME_PATH
=
@XDGMIME_PATH@
...
...
@@ -146,8 +145,8 @@ check-translations:
if
[
$$
RET
==
1
]
;
then
exit
1
;
fi
update-translations
:
create-pot
@
tx pull
--all
--force
--skip
--root
$(top_srcdir)
@
tx push
--source
--root
$(top_srcdir)
@
tx pull
--all
--force
--skip
@
tx push
--source
# Build ChangeLog from GIT history
ChangeLog
:
...
...
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