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.
11 lines
327 B
11 lines
327 B
txt_DATA = triangle.logo square.logo curly.logo example1.logo
|
|
txtdir = $(kde_datadir)/kturtle/examples/en_GB
|
|
|
|
xml_DATA = logohighlightstyle.en_GB.xml
|
|
xmldir = $(kde_datadir)/katepart/syntax
|
|
|
|
keywords_DATA = logokeywords.en_GB.xml
|
|
keywordsdir = $(kde_datadir)/kturtle/data
|
|
EXTRA_DIST = $(txt_DATA) $(xml_DATA) $(keywords_DATA)
|
|
|