|
|
@ -7,7 +7,7 @@ messages: rc.cpp
|
|
|
|
# maybe someone will document the process of writing tips files, or tell me that
|
|
|
|
# maybe someone will document the process of writing tips files, or tell me that
|
|
|
|
# it needs to be done
|
|
|
|
# it needs to be done
|
|
|
|
# $(PREPARETIPS) > tips.cpp
|
|
|
|
# $(PREPARETIPS) > tips.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)/konversation.pot; \
|
|
|
|
$(XGETTEXT) $$LIST -o $(podir)/konversation.pot; \
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|