summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-04-02 11:24:46 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-05-15 15:26:51 +0200
commit719764f7ad7b85a5dc0f9fb39492ff7e849dc87d (patch)
tree2a7fc982521babc596e2b5b97bc912136729276b /docs
parent3cb746329ea4846bd9c65e0198e69423379b6f62 (diff)
downloadspice-719764f7ad7b85a5dc0f9fb39492ff7e849dc87d.tar.gz
spice-719764f7ad7b85a5dc0f9fb39492ff7e849dc87d.tar.xz
spice-719764f7ad7b85a5dc0f9fb39492ff7e849dc87d.zip
docs: Fix make distcheck
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am
index 54e33e13..ead5f469 100644
--- a/docs/manual/Makefile.am
+++ b/docs/manual/Makefile.am
@@ -3,8 +3,8 @@ SUFFIXES = .html
ASCIIDOC_FLAGS = -a icons -a toc
EXTRA_DIST = \
- docbook-xsl.css \
- images/icons/*.png \
+ images/icons/important.png \
+ images/icons/note.png \
images/spicec01.png \
manual.html \
manual.chunked \
@@ -12,7 +12,7 @@ EXTRA_DIST = \
$(NULL)
.txt.html:
- $(AM_V_GEN) $(ASCIIDOC) $(ASCIIDOC_FLAGS) $<
+ $(AM_V_GEN) $(ASCIIDOC) $(ASCIIDOC_FLAGS) -o $@ $<
manual.chunked: manual.txt
$(AM_V_GEN) $(A2X) -f chunked -D $(builddir) $(ASCIIDOC_FLAGS) $<
@@ -28,4 +28,5 @@ endif
all-local: $(docfiles)
clean-local:
+ rm -f manual.html
rm -rf manual.chunked