From abe8c8c2aa24646955b78cd2c826483d8d8a1149 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 7 Jan 2004 10:59:38 +0000 Subject: [PATCH] * Include images/ in distribution. --- doc/manual/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index eaa0300fc7..595773f1cd 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -9,7 +9,7 @@ XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs \ SOURCES = manual.xml introduction.xml installation.xml overview.xml \ common-options.xml nix-store.xml nix-instantiate.xml \ troubleshooting.xml bugs.xml \ - style.css + style.css images manual.is-valid: $(SOURCES) $(XMLLINT) --noout --valid manual.xml