From cfd1da99b9932ede9d51cbe6812740d96949eeeb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Wed, 12 Oct 2011 21:23:21 +0000
Subject: [PATCH] doc: Re-add Docbook source files to the distribution.

---
 doc/manual/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index b313f112..c9cd932d 100644
--- a/doc/manual/Makefile.am
+++ b/doc/manual/Makefile.am
@@ -1,6 +1,6 @@
 DOCBOOK_FILES = installation.xml introduction.xml manual.xml projects.xml
 
-EXTRA_DIST = $(DOCBOOK_FILES) manual.pdf
+EXTRA_DIST = $(DOCBOOK_FILES)
 
 xsltproc_opts =					\
  --param html.stylesheet \'style.css\'		\
@@ -16,7 +16,7 @@ dist_html_DATA = manual.html style.css
 dist_pdf_DATA = manual.pdf
 
 # Embed Docbook's callout images in the distribution.
-EXTRA_DIST = images
+EXTRA_DIST += images
 
 manual.html: $(DOCBOOK_FILES)
 	if test "$(XSLTPROC)" != ""; then				\