Added
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 Apr 2006 10:22:24 +0000 (10:22 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 20 Apr 2006 10:22:24 +0000 (10:22 +0000)
.cvsignore [new file with mode: 0644]
Makefile.am [new file with mode: 0644]

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..0f493f5
--- /dev/null
@@ -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 (file)
index 0000000..0ea493d
--- /dev/null
@@ -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