From 628d5fdd03acf71a96016d096af49fe553ff66d6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 26 Oct 2010 12:40:06 +0000 Subject: [PATCH] Adjust to new directory structure. git-svn-id: https://svn.dealii.org/trunk@22489 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/Makefile.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index 77ee07a584..8a2743a8a4 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -1,7 +1,7 @@ # $Id$ # $Name$ # -# Copyright (c) the deal.II authors 2003 +# Copyright (c) the deal.II authors 2003, 2010 SHELL=/bin/bash ############################### @@ -34,9 +34,7 @@ private: # equal file). deal.II deal.tag: tutorial \ deal.dox \ - $D/base/include/*/*.h \ - $D/lac/include/*/*.h \ - $D/deal.II/include/*/*.h \ + $D/include/deal.II/*/*.h \ headers/*.h \ $(addprefix tutorial/doxygen/, $(shell ls tutorial/doxygen/)) @echo "=== Generating reference documentation. " \ @@ -56,7 +54,7 @@ tutorial: deal.dox: Makefile $(shell echo images ../../examples/*/doc ../news/*.h) @echo "=== Making $@" - @echo "INPUT=`echo headers ../../base/include/* ../../lac/include/* ../../deal.II/include/* tutorial/doxygen ../news/*.h`" > $@ + @echo "INPUT=`echo headers $D/include/deal.II/* tutorial/doxygen ../news/*.h`" > $@ @echo "IMAGE_PATH=`echo images ../../examples/*/doc`" >> $@ -- 2.39.5