blob: 2c0f108b8faa1e302a2d6a85e2397e655c81f568 (
plain)
1
2
3
4
5
6
7
8
|
SUBDIRS = tsthread imageutils gvcore pics desktopfiles tools updates gvimagepart gvdirpart app
EXTRA_DIST = AUTHORS ChangeLog COPYING INSTALL NEWS README TODO CREDITS DESIGN
messages: rc.cpp
$(EXTRACTRC) `find . -name "*.ui"` >> rc.cpp
$(EXTRACTRC) `find . -name "*.rc"` >> rc.cpp
$(XGETTEXT) `find . -name "*.cpp"` `find . -name "*.h"` -o $(podir)/gwenview.pot
|