blob: ae05a42b9c5a4b2346a4a8c75665b87bd019b464 (
plain)
1
2
3
4
5
6
7
8
|
SUBDIRS = src misc doc po
messages: rc.cpp
$(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui"` >> rc.cpp
LIST=`find src -name \*.h -o -name \*.cpp` ;\
if test -n "$$LIST"; then \
$(XGETTEXT) rc.cpp $$LIST -o $(podir)/filelight.pot; \
fi
|