diff options
author | Slávek Banko <[email protected]> | 2013-06-24 02:08:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-04 02:44:37 +0200 |
commit | 998f21e02a725cd553d7c278819f67cd81295af4 (patch) | |
tree | 4bd158018e9302c31367b00c01cd2b41eb228414 /xslt/Makefile.am | |
download | kbibtex-998f21e02a725cd553d7c278819f67cd81295af4.tar.gz kbibtex-998f21e02a725cd553d7c278819f67cd81295af4.zip |
Initial import
Diffstat (limited to 'xslt/Makefile.am')
-rw-r--r-- | xslt/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xslt/Makefile.am b/xslt/Makefile.am new file mode 100644 index 0000000..4fec92b --- /dev/null +++ b/xslt/Makefile.am @@ -0,0 +1,2 @@ +kbibtex_xslt_DATA = html.xsl MARC21slim2MODS3.xsl MARC21slimUtils.xsl UNIMARC2MODS3.xsl +kbibtex_xsltdir = $(kde_datadir)/kbibtexpart/xslt |