From f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 11:05:10 -0600 Subject: Second part of prior commit --- tde-i18n-nl/data/tdeedu/kturtle/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tde-i18n-nl/data/tdeedu/kturtle/Makefile.am (limited to 'tde-i18n-nl/data/tdeedu/kturtle/Makefile.am') diff --git a/tde-i18n-nl/data/tdeedu/kturtle/Makefile.am b/tde-i18n-nl/data/tdeedu/kturtle/Makefile.am new file mode 100644 index 00000000000..7044f90732d --- /dev/null +++ b/tde-i18n-nl/data/tdeedu/kturtle/Makefile.am @@ -0,0 +1,12 @@ +txt_DATA = advertentie.logo driehoek.logo pijl.logo vierkanten.logo \ +bloem.logo kleuren.logo randomnaam.logo vierkant.logo \ +driehoeken.logo krullen.logo tafels.logo +txtdir = $(kde_datadir)/kturtle/examples/nl + +xml_DATA = logohighlightstyle.nl.xml +xmldir = $(kde_datadir)/katepart/syntax + +keywords_DATA = logokeywords.nl.xml +keywordsdir = $(kde_datadir)/kturtle/data +EXTRA_DIST = $(txt_DATA) $(xml_DATA) $(keywords_DATA) + -- cgit v1.2.1