about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/manual/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index eaa0300fc70c..595773f1cdbc 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