From: Adam Dickmeiss Date: Thu, 20 Apr 2006 10:22:24 +0000 (+0000) Subject: Added X-Git-Tag: YAZPROXY.1.1.0.4~6 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=008e7cbefb07d73c9c68adb69cc5822a6b2d2777;p=id-docbook-common-moved-to-github.git Added --- diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..0f493f5 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,6 @@ +Makefile +Makefile.in +html.dsl +html.xsl +print.dsl +tkl.xsl diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..0ea493d --- /dev/null +++ b/Makefile.am @@ -0,0 +1,13 @@ +## $Id: Makefile.am,v 1.1 2006-04-20 10:22:49 adam Exp $ + +commondir=$(datadir)/doc/@PACKAGE@/common + +common_DATA = style1.css + +SUPPORTFILES = \ + html.dsl html.dsl.in \ + html.xsl html.xsl.in \ + tkl.xsl tkl.xsl.in \ + print.dsl print.dsl.in + +EXTRA_DIST = $(SUPPORTFILES) $(common_DATA) README