blob: 7b9d881909b9098326bb239a6d639f583c4eb73a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
####### kdevelop will overwrite this part!!! (begin)##########
# po and doc do not exist. autmake 1.5 does not accept not existing pathes
SUBDIRS = klatin
EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO klatin.lsm
AUTOMAKE_OPTIONS = foreign
include ../admin/Doxyfile.am
|