diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-07T10·59+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-07T10·59+0000 |
commit | abe8c8c2aa24646955b78cd2c826483d8d8a1149 (patch) | |
tree | 8e233bea2b8ce94659a0a408ce30b1419320d70d /doc | |
parent | 1ff986d51a4fc7f77a80f5c23351f9d2cbb26550 (diff) |
* Include images/ in distribution.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/Makefile.am | 2 |
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 |