diff options
author | Slávek Banko <[email protected]> | 2020-11-20 00:56:19 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-11-20 23:59:03 +0100 |
commit | 1413e96a065cfce9c02588768b3d204a45ce86e6 (patch) | |
tree | e1ee44623b50e1b31cf3556c637b91c63139e2f6 /tde-i18n-sv/data/tdeedu/kturtle | |
parent | 1e09a715f63438b742c5ab2e5cad99d5282afe30 (diff) | |
download | tde-i18n-1413e96a065cfce9c02588768b3d204a45ce86e6.tar.gz tde-i18n-1413e96a065cfce9c02588768b3d204a45ce86e6.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tde-i18n-sv/data/tdeedu/kturtle')
-rw-r--r-- | tde-i18n-sv/data/tdeedu/kturtle/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tde-i18n-sv/data/tdeedu/kturtle/Makefile.am b/tde-i18n-sv/data/tdeedu/kturtle/Makefile.am deleted file mode 100644 index e96427d2f8d..00000000000 --- a/tde-i18n-sv/data/tdeedu/kturtle/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -txt_DATA = triangel.logo fyrkant.logo snurrig.logo \ - dukfarg.logo pil.logo fyrkanter.logo multiplikation.logo slumpnamn.logo -txtdir = $(kde_datadir)/kturtle/examples/sv - -xml_DATA = logohighlightstyle.sv.xml -xmldir = $(kde_datadir)/katepart/syntax - -keywords_DATA = logokeywords.sv.xml -keywordsdir = $(kde_datadir)/kturtle/data -EXTRA_DIST = $(txt_DATA) $(xml_DATA) $(keywords_DATA) |