summaryrefslogtreecommitdiffstats
path: root/kate/Makefile.am
blob: 4a8b97f9113be30c76c497e962acd51b720d990e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUBDIRS = utils interfaces app data pics
EXTRA_DIST = AUTHORS COPYING.LIB ChangeLog DESIGN NEWS README TODO

messages:
	rm -f tips.txt
	(cd data && $(PREPARETIPS) > ../tips.txt)
	$(EXTRACTRC) ./*/*.rc >> ./rc.cpp
	$(XGETTEXT) `find . -name "*.cpp" -o -name "*.txt"` -o $(podir)/kate.pot
	rm -f tips.txt

include ../admin/Doxyfile.am