diff options
Diffstat (limited to 'tde-i18n-de/data/kdeedu/kturtle/Makefile.am')
-rw-r--r-- | tde-i18n-de/data/kdeedu/kturtle/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tde-i18n-de/data/kdeedu/kturtle/Makefile.am b/tde-i18n-de/data/kdeedu/kturtle/Makefile.am new file mode 100644 index 00000000000..3e7835122f3 --- /dev/null +++ b/tde-i18n-de/data/kdeedu/kturtle/Makefile.am @@ -0,0 +1,11 @@ +txt_DATA = beispiel1.logo locken.logo nikolaus.logo quadrat.logo papierfarben.logo zufallsname.logo dreieck.logo pfeil.logo einmaleins.logo quadrateimkreis.logo + +txtdir = $(kde_datadir)/kturtle/examples/de_DE + +xml_DATA = logohighlightstyle.de_DE.xml +xmldir = $(kde_datadir)/katepart/syntax + +keywords_DATA = logokeywords.de_DE.xml +keywordsdir = $(kde_datadir)/kturtle/data +EXTRA_DIST = $(txt_DATA) $(xml_DATA) $(keywords_DATA) + |