From 0c845e0abe9eec4ee767a2b2933e8dfb0219a6bc Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Thu, 30 Aug 2012 08:12:25 +0000
Subject: [PATCH] [buildsystem] make doc builds the handbook, see FS#163 for
 more details. Maybe we want to change make doc that it ignores
 --disable-documentation. This is not yet decided (reviewed by bernd)

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9014 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 doc/handbook/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index f2be9e6aa0..3eb10d831d 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -34,6 +34,8 @@ dumux-handbook.pdf: $(TEXSOURCE)
 	@LATEX@ dumux-handbook.tex <&-
 	@DVIPDF@ dumux-handbook <&-
 
+doc: dumux-handbook.pdf
+
 #dist-hook:
 #	sed $(srcdir)/Makefile.dist.am -e 's/Makefile\.dist/Makefile/g' > $(distdir)/Makefile.am
 #	sed $(srcdir)/Makefile.dist.in -e 's/Makefile\.dist/Makefile/g' > $(distdir)/Makefile.in
-- 
GitLab