From e9ae80694875f869892f13f4fcaf1170a00dea41 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kxsldbg/data/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 kxsldbg/data/Makefile.am (limited to 'kxsldbg/data/Makefile.am') diff --git a/kxsldbg/data/Makefile.am b/kxsldbg/data/Makefile.am new file mode 100644 index 00000000..d6bd3286 --- /dev/null +++ b/kxsldbg/data/Makefile.am @@ -0,0 +1,16 @@ +SUBDIRS = + + +# Provide a example XSLT scripts : testdoc.xsl and empty.xsl +commondata = test1.xml test2.xml test3.xml test4.xml \ + test_import.xsl test_include_bot.xsl test_include_top.xsl \ + testdoc.dtd testdoc.xml testdoc.xsl \ + empty.xsl empty.xml + + +kxsldbgdir = ${kde_datadir}/kxsldbg +kxsldbg_DATA = ${commondata} + + +xsldbgdir = ${kde_datadir}/xsldbg +xsldbg_DATA = ${commondata} -- cgit v1.2.1