From 6972221743b4aa929a4a0fda2f9989c3527285db Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Thu, 15 Apr 2021 16:03:59 +0200 Subject: Add a catalog to include stylesheet --- Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..4876484 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,18 @@ +xsltdir = $(pkgdatadir)/xslt/@VERSION@ + +dist_xslt_DATA = \ + bibliography.xsl \ + bibtex.xsl \ + latex.xsl + +include %reldir%/latex/Makefile.am + +pkgdata_DATA = catalog + +catalog: Makefile + $(AM_V_GEN) (echo '' ; \ + echo '' ; \ + printf '\n' $(xsltdir) ; \ + echo '' \ + ) > $@-t + mv $@-t $@ -- cgit v1.2.3