Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
d2c43d05
Commit
d2c43d05
authored
Sep 05, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix make dist
parent
ddb0f358
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile.am
Makefile.am
+3
-1
po/POTFILES.in
po/POTFILES.in
+0
-1
No files found.
Makefile.am
View file @
d2c43d05
...
...
@@ -986,6 +986,8 @@ package-translations:
###############################################################################
# PO translation files update
# Generate po/POTFILES.in which lists all the files containing translatable
# strings. Find all source files and remove the generated files
###############################################################################
.PHONY
:
update-po
...
...
@@ -1003,7 +1005,7 @@ update-po:
echo
"# modules"
;
\
find modules
-name
'*.[chm]'
-o
-name
'*.[ch]pp'
-o
-wholename
'modules/gui/qt4/ui/*.ui'
\
|
grep
-v
'\(\.moc\.\|gui/gtk2/\)'
\
|
grep
-vE
'qt4/ui/.*.h'
|grep
-v
qt4/resources.cpp
\
|
grep
-vE
'qt4/ui/.*.h'
|grep
-v
'qt4/resources.cpp\|qt4/dialogs/about.hpp'
\
|
sort
;
\
}
>
$(top_srcdir)
/po/POTFILES.in
rm
-f
$(top_srcdir)
/po/vlc.pot
...
...
po/POTFILES.in
View file @
d2c43d05
...
...
@@ -617,7 +617,6 @@ modules/gui/qt4/components/preferences_widgets.cpp
modules/gui/qt4/components/preferences_widgets.hpp
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.hpp
modules/gui/qt4/dialogs/about.hpp
modules/gui/qt4/dialogs/errors.cpp
modules/gui/qt4/dialogs/errors.hpp
modules/gui/qt4/dialogs/extended.cpp
...
...
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