summaryrefslogtreecommitdiffstats
path: root/kate/Makefile.am
blob: 9726ea16746171d207f8d8b43be4512780b58287 (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.cpp
	(cd data && $(PREPARETIPS) > ../tips.cpp)
	$(EXTRACTRC) ./*/*.rc >> ./rc.cpp
	$(XGETTEXT) `find . -name "*.cpp"` -o $(podir)/kate.pot
	rm -f tips.cpp

include ../admin/Doxyfile.am