You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
319 B
10 lines
319 B
txt_DATA = square.logo curly.logo triangle.logo
|
|
txtdir = $(kde_datadir)/kturtle/examples/sr@Latn
|
|
|
|
xml_DATA = logohighlightstyle.sr@Latn.xml
|
|
xmldir = $(kde_datadir)/katepart/syntax
|
|
|
|
keywords_DATA = logokeywords.sr@Latn.xml
|
|
keywordsdir = $(kde_datadir)/kturtle/data
|
|
EXTRA_DIST = $(txt_DATA) $(xml_DATA) $(keywords_DATA)
|