diff options
author | Slávek Banko <[email protected]> | 2021-07-04 02:09:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-04 17:40:44 +0200 |
commit | 17002c193dcecec2cf95289e45ce29851c8ae804 (patch) | |
tree | 5b4586b6f1f1b4a96333de81c5c297a605fd6863 /xslt | |
parent | 92f5d345028b7abfe69e087495ebd933bb68b2c9 (diff) | |
download | tellico-17002c193dcecec2cf95289e45ce29851c8ae804.tar.gz tellico-17002c193dcecec2cf95289e45ce29851c8ae804.zip |
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/Makefile.am | 29 | ||||
-rw-r--r-- | xslt/entry-templates/Makefile.am | 17 | ||||
-rw-r--r-- | xslt/report-templates/Makefile.am | 21 |
3 files changed, 0 insertions, 67 deletions
diff --git a/xslt/Makefile.am b/xslt/Makefile.am deleted file mode 100644 index d0fb0c4..0000000 --- a/xslt/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -EXTRA_DIST = tellico-by-author.xsl tellico-by-title.xsl \ - tellico-printing.xsl tellico2html.xsl shadowAlpha.png \ - cd-logo.png dvd-logo.png cassette-logo.png record-logo.png \ - vhs-logo.png tellico-common.xsl mods2tellico.xsl \ - amazon2tellico.xsl MARC21slim2MODS3.xsl MARC21slimUtils.xsl \ - pubmed2tellico.xsl tellico2onix.xsl UNIMARC2MODS3.xsl \ - tellico2html.js yahoo2tellico.xsl isbndb2tellico.xsl \ - bluray-logo.png hddvd-logo.png gcstar2tellico.xsl \ - xmp2tellico.xsl crossref2tellico.xsl arxiv2tellico.xsl \ - referencer2tellico.xsl delicious2tellico.xsl welcome.html \ - unixref2tellico.xsl discogs2tellico.xsl tellico2gcstar.xsl - -xsldir = $(kde_datadir)/tellico -xsl_DATA = tellico-printing.xsl tellico-by-author.xsl tellico-by-title.xsl \ - tellico2html.xsl shadowAlpha.png cassette-logo.png cd-logo.png \ - dvd-logo.png record-logo.png vhs-logo.png tellico-common.xsl \ - mods2tellico.xsl amazon2tellico.xsl MARC21slim2MODS3.xsl \ - MARC21slimUtils.xsl pubmed2tellico.xsl tellico2onix.xsl \ - UNIMARC2MODS3.xsl tellico2html.js yahoo2tellico.xsl \ - isbndb2tellico.xsl bluray-logo.png hddvd-logo.png gcstar2tellico.xsl \ - xmp2tellico.xsl crossref2tellico.xsl arxiv2tellico.xsl \ - referencer2tellico.xsl delicious2tellico.xsl welcome.html \ - unixref2tellico.xsl discogs2tellico.xsl tellico2gcstar.xsl - -SUBDIRS = entry-templates report-templates - -KDE_OPTIONS = noautodist - -CLEANFILES = *~ diff --git a/xslt/entry-templates/Makefile.am b/xslt/entry-templates/Makefile.am deleted file mode 100644 index 897fadb..0000000 --- a/xslt/entry-templates/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = Default.xsl Video.xsl Album.xsl Fancy.xsl Compact.xsl - -####### tdevelop will overwrite this part!!! (end)############ - -xsldir = $(kde_datadir)/tellico/entry-templates -xsl_DATA = Default.xsl Video.xsl Album.xsl Fancy.xsl Compact.xsl - -KDE_OPTIONS = noautodist - -CLEANFILES = *~ - -# probably a better way to do this -uninstall-hook: - -if [ -d $(xsldir) ]; then rmdir $(xsldir); fi diff --git a/xslt/report-templates/Makefile.am b/xslt/report-templates/Makefile.am deleted file mode 100644 index e40f424..0000000 --- a/xslt/report-templates/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -####### tdevelop will overwrite this part!!! (begin)########## - - -EXTRA_DIST = Column_View.xsl Title_Listing_(Horizontal).xsl\ - Title_Listing_(Vertical).xsl Group_View.xsl Image_List.xsl \ - Loan_View.xsl Group_Summary.xsl Tri-Column.xsl - -####### tdevelop will overwrite this part!!! (end)############ - -xsldir = $(kde_datadir)/tellico/report-templates -xsl_DATA = Column_View.xsl Title_Listing_(Horizontal).xsl \ - Title_Listing_(Vertical).xsl Group_View.xsl Image_List.xsl \ - Loan_View.xsl Group_Summary.xsl Tri-Column.xsl - -KDE_OPTIONS = noautodist - -CLEANFILES = *~ - -# probably a better way to do this -uninstall-hook: - -if [ -d $(xsldir) ]; then rmdir $(xsldir); fi |