Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
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