|
|
@ -14,7 +14,7 @@ autorefreshdir = $(kde_datadir)/tdehtml/kpartplugins
|
|
|
|
autorefresh_DATA = autorefresh.rc autorefresh.desktop
|
|
|
|
autorefresh_DATA = autorefresh.rc autorefresh.desktop
|
|
|
|
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
messages: rc.cpp
|
|
|
|
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
|
|
|
|
LIST=`find . -name \*.h -o -name \*.cpp`; \
|
|
|
|
if test -n "$$LIST"; then \
|
|
|
|
if test -n "$$LIST"; then \
|
|
|
|
$(XGETTEXT) $$LIST -o $(podir)/autorefresh.pot; \
|
|
|
|
$(XGETTEXT) $$LIST -o $(podir)/autorefresh.pot; \
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|