From 37cb4f3f5daa7e8a79ac5c3bc2d5cec3258b3dc6 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Thu, 22 Feb 2007 12:10:09 +0000 Subject: [PATCH] added missing domfilter.eps to make rules, such that it is included in the distribution tarball --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 4f5ab82..dac89fc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.68 2007-02-22 08:59:30 adam Exp $ +## $Id: Makefile.am,v 1.69 2007-02-22 12:10:09 marc Exp $ docdir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX) SUBDIRS = common @@ -29,7 +29,7 @@ XMLFILES = \ HTMLFILES = index.html PNGFILES=zebra.png domfilter.png -EPSFILES=zebra.eps +EPSFILES=zebra.eps domfilter.eps PDFFILES=zebra.pdf domfilter.pdf -- 1.7.10.4