diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-de/data/kdeedu/kturtle/Makefile.am | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
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, 0 insertions, 11 deletions
diff --git a/tde-i18n-de/data/kdeedu/kturtle/Makefile.am b/tde-i18n-de/data/kdeedu/kturtle/Makefile.am deleted file mode 100644 index 3e7835122f3..00000000000 --- a/tde-i18n-de/data/kdeedu/kturtle/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -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) - |