diff options
Diffstat (limited to 'kword/dtd/Makefile.am')
-rw-r--r-- | kword/dtd/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kword/dtd/Makefile.am b/kword/dtd/Makefile.am new file mode 100644 index 00000000..35fe9977 --- /dev/null +++ b/kword/dtd/Makefile.am @@ -0,0 +1,16 @@ +dtd_DATA = kword.dtd + +dtddir = $(kde_datadir)/kword/dtd + +fs_DATA = framestyles.dtd + +fsdir = $(kde_datadir)/kword/dtd + +ts_DATA = tablestyles.dtd + +tsdir = $(kde_datadir)/kword/dtd + +tt_DATA = tabletemplates.dtd + +ttdir = $(kde_datadir)/kword/dtd + |