summaryrefslogtreecommitdiffstats
path: root/konversation/Makefile.am
blob: 4641e7b328114b9d9af91bf44204a0bf0b23e72a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = src images scripts 
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO

messages: rc.cpp
	$(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui" -o -name "*.kcfg"` > rc.cpp
# we haven't got a tips file atm, so there isn't a lot of point in making one...
# maybe someone will document the process of writing tips files, or tell me that
# it needs to be done
#	$(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`; \
	if test -n "$$LIST"; then \
		$(XGETTEXT) $$LIST -o $(podir)/konversation.pot; \
	fi
#	rm -f tips.cpp
	rm -f rc.cpp


include $(top_srcdir)/admin/Doxyfile.am