From 5fe8c1308cf1785b1903eb11cf32909df3be113b Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Thu, 16 Aug 2012 11:31:37 -0700 Subject: drop HACKING from doxygen I tried just fixing the code to pull in HACKING.md but it didn't show up in the doxygen output; it's maybe too long to include anyway. --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 85661b7..e4b9eb4 100755 --- a/configure.py +++ b/configure.py @@ -407,7 +407,7 @@ n.rule('doxygen_mainpage', command='$doxygen_mainpage_generator $in > $out', description='DOXYGEN_MAINPAGE $out') mainpage = n.build(built('doxygen_mainpage'), 'doxygen_mainpage', - ['README', 'HACKING', 'COPYING'], + ['README', 'COPYING'], implicit=['$doxygen_mainpage_generator']) n.build('doxygen', 'doxygen', doc('doxygen.config'), implicit=mainpage) -- cgit v0.12