diff options
Diffstat (limited to 'tde-i18n-en_GB/data/tdeedu/kturtle/Makefile.am')
-rw-r--r-- | tde-i18n-en_GB/data/tdeedu/kturtle/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tde-i18n-en_GB/data/tdeedu/kturtle/Makefile.am b/tde-i18n-en_GB/data/tdeedu/kturtle/Makefile.am deleted file mode 100644 index cc1ab9f8698..00000000000 --- a/tde-i18n-en_GB/data/tdeedu/kturtle/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -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) - |