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
c8a1d50d
Commit
c8a1d50d
authored
Mar 26, 2009
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove broken rules
Better use intltool-update -m and our brains
parent
33ca7acf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
Makefile.am
Makefile.am
+0
-25
No files found.
Makefile.am
View file @
c8a1d50d
...
...
@@ -1208,37 +1208,12 @@ 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
update-po
:
rm
-f
$(top_srcdir)
/po/POTFILES.in
{
\
cd
$(top_srcdir)
&&
\
echo
"# automatically created by make update-po"
;
\
echo
""
;
\
echo
"# main sources"
;
\
find include src
-name
'*.[chm]'
-o
-name
'*.[ch]pp'
\
|
grep
-v
'\(misc/modules_\|src/misc/revision.c\|modules/builtin.h\|include/vlc_about.h\)'
\
|
sort
;
\
echo
""
;
\
echo
"# modules"
;
\
find modules
-name
'*.[chm]'
-o
-name
'*.[ch]pp'
-o
-name
'*.ui'
\
|
grep
-v
'\(\.moc\.\|gui/gtk2/\)'
\
|
grep
-vE
'qt4/ui/.*.h'
\
|
grep
-v
'qt4/resources.cpp\|qt4/dialogs/about.hpp'
\
|
grep
-v
'gui/opie'
\
|
grep
-v
'wxwidgets'
\
|
grep
-v
'mux/rtp/'
\
|
grep
-v
'demux/rtpxiph.c'
\
|
sort
;
\
}
>
$(top_srcdir)
/po/POTFILES.in
rm
-f
$(top_srcdir)
/po/vlc.pot
cd
po
&&
$(MAKE)
POTFILES vlc.pot update-po
#cd po && $(MAKE) update-po
###############################################################################
# Enforce Mac OS X deployment target environment variable
...
...
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