Changeset d2c43d052fdc44d514799c3b10a50e988b1668b5

Show
Ignore:
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
  • Makefile.am

    r967ecaa rd2c43d0  
    987987############################################################################### 
    988988# 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 
    989991############################################################################### 
    990992.PHONY: update-po 
     
    10041006      find modules -name '*.[chm]' -o -name '*.[ch]pp' -o -wholename 'modules/gui/qt4/ui/*.ui'\ 
    10051007        | 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'
    10071009        | sort ; \ 
    10081010    } > $(top_srcdir)/po/POTFILES.in 
  • po/POTFILES.in

    rfa2490c rd2c43d0  
    618618modules/gui/qt4/components/simple_preferences.cpp 
    619619modules/gui/qt4/components/simple_preferences.hpp 
    620 modules/gui/qt4/dialogs/about.hpp 
    621620modules/gui/qt4/dialogs/errors.cpp 
    622621modules/gui/qt4/dialogs/errors.hpp