Changeset d2c43d052fdc44d514799c3b10a50e988b1668b5
- Timestamp:
- 09/06/07 00:11:02
(1 year ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1189030262 +0000
- git-parent:
[ddb0f358f9f590813c52076a902ca442f84c4395]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1189030262 +0000
- Message:
Fix make dist
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r967ecaa |
rd2c43d0 |
|
| 987 | 987 | ############################################################################### |
|---|
| 988 | 988 | # PO translation files update |
|---|
| | 989 | # Generate po/POTFILES.in which lists all the files containing translatable |
|---|
| | 990 | # strings. Find all source files and remove the generated files |
|---|
| 989 | 991 | ############################################################################### |
|---|
| 990 | 992 | .PHONY: update-po |
|---|
| … | … | |
| 1004 | 1006 | find modules -name '*.[chm]' -o -name '*.[ch]pp' -o -wholename 'modules/gui/qt4/ui/*.ui'\ |
|---|
| 1005 | 1007 | | grep -v '\(\.moc\.\|gui/gtk2/\)' \ |
|---|
| 1006 | | | grep -vE 'qt4/ui/.*.h' |grep -v qt4/resources.cpp \ |
|---|
| | 1008 | | grep -vE 'qt4/ui/.*.h' |grep -v 'qt4/resources.cpp\|qt4/dialogs/about.hpp' \ |
|---|
| 1007 | 1009 | | sort ; \ |
|---|
| 1008 | 1010 | } > $(top_srcdir)/po/POTFILES.in |
|---|
| rfa2490c |
rd2c43d0 |
|
| 618 | 618 | modules/gui/qt4/components/simple_preferences.cpp |
|---|
| 619 | 619 | modules/gui/qt4/components/simple_preferences.hpp |
|---|
| 620 | | modules/gui/qt4/dialogs/about.hpp |
|---|
| 621 | 620 | modules/gui/qt4/dialogs/errors.cpp |
|---|
| 622 | 621 | modules/gui/qt4/dialogs/errors.hpp |
|---|