diff options
author | Daniel Veillard <veillard@redhat.com> | 2009-07-24 10:15:20 +0200 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2009-07-24 10:15:20 +0200 |
commit | 7869cd2c7973039d17a3c9cdd4847fb2ee8caa26 (patch) | |
tree | c8f4578a18c607c4d29d2597166fc7f4053b7092 /doc | |
parent | e502173b7ad60e88572753b147396d52d6ea4b73 (diff) | |
download | libxslt-7869cd2c7973039d17a3c9cdd4847fb2ee8caa26.tar.gz libxslt-7869cd2c7973039d17a3c9cdd4847fb2ee8caa26.tar.bz2 libxslt-7869cd2c7973039d17a3c9cdd4847fb2ee8caa26.zip |
Fix makefile and spec file to include doc in rpm
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 75abd5f7..06bd13b3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -196,7 +196,7 @@ install-data-local: dist-hook: (cd $(srcdir) ; tar cvf - *.1 *.html site.xsl news.xsl xsa.xsl \ - *.gif html/*.html html/*.png tutorial*/libxslt*) | \ + *.gif *.png images html/*.html html/*.png tutorial*/libxslt*) | \ (cd $(distdir); tar xf -) .PHONY : html EXSLT EXSLT/html |