From ef2c2ce67da690a925fa84aab74deefbe90b93cd Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Fri, 3 Apr 2009 12:48:25 +0000
Subject: [PATCH] create a template Doxyfile in doc/doxygen

[[Imported from SVN: r5497]]
---
 bin/duneproject | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/bin/duneproject b/bin/duneproject
index d791bdb77..3721c5727 100755
--- a/bin/duneproject
+++ b/bin/duneproject
@@ -591,9 +591,19 @@ endif
 include \$(top_srcdir)/am/global-rules
 CC_DELIM
 
+###############################################################
+############### The doc/doxygen subdirectory ##################
+###############################################################
+
 mkdir "$PROJECT/doc/doxygen"
 
 
+#################### template Doxyfile ########################
+
+echo "- $PROJECT/doc/doxygen/Doxyfile"
+doxygen -g "$PROJECT/doc/doxygen/Doxyfile" > /dev/null
+
+
 ## done
 echo "done."
 echo "------------------------------------------"
-- 
GitLab