From 1b5e0821d1384f11f9041aa568054c5e3152a7cb Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Fri, 19 Jul 2013 15:01:18 +0200
Subject: [PATCH] Add hacking.xml to the distribution

---
 doc/manual/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index 7c788727..67fa3da6 100644
--- a/doc/manual/Makefile.am
+++ b/doc/manual/Makefile.am
@@ -1,4 +1,4 @@
-DOCBOOK_FILES = installation.xml introduction.xml manual.xml projects.xml
+DOCBOOK_FILES = installation.xml introduction.xml manual.xml projects.xml hacking.xml
 
 EXTRA_DIST = $(DOCBOOK_FILES)