From f727500fdd636b1b22e730f65a5745c75bd251cb Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Sun, 26 Feb 2012 15:35:45 +0000 Subject: [PATCH] Fix make headercheck. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7923 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- doc/handbook/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am index b00531647c..f2be9e6aa0 100644 --- a/doc/handbook/Makefile.am +++ b/doc/handbook/Makefile.am @@ -40,11 +40,10 @@ dumux-handbook.pdf: $(TEXSOURCE) EXTRA_TEXINPUTS=$(top_srcdir) -include $(top_srcdir)/am/global-rules -include $(top_srcdir)/am/latex - else doc: echo -n "" endif +include $(top_srcdir)/am/global-rules +include $(top_srcdir)/am/latex -- GitLab