From 008e7cbefb07d73c9c68adb69cc5822a6b2d2777 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 20 Apr 2006 10:22:24 +0000 Subject: [PATCH] Added --- .cvsignore | 6 ++++++ Makefile.am | 13 +++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .cvsignore create mode 100644 Makefile.am 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 -- 1.7.10.4